summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/mainwindow/mainwindow.pro
authormickeyl <mickeyl>2004-07-06 18:34:54 (UTC)
committer mickeyl <mickeyl>2004-07-06 18:34:54 (UTC)
commitda843f0c0571fd3d67d797c8fa80e2672056af4b (patch) (side-by-side diff)
tree441b591b9e59ece79275bf83157cd023c24c6005 /noncore/settings/networksettings/mainwindow/mainwindow.pro
parent7cb107b4be2d07ac8849d2ea1e41ea0318017048 (diff)
downloadopie-da843f0c0571fd3d67d797c8fa80e2672056af4b.zip
opie-da843f0c0571fd3d67d797c8fa80e2672056af4b.tar.gz
opie-da843f0c0571fd3d67d797c8fa80e2672056af4b.tar.bz2
CLEANUP: make networksettings directory structure packaging-friendly
Diffstat (limited to 'noncore/settings/networksettings/mainwindow/mainwindow.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/mainwindow/mainwindow.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/noncore/settings/networksettings/mainwindow/mainwindow.pro b/noncore/settings/networksettings/mainwindow/mainwindow.pro
new file mode 100644
index 0000000..460d4d7
--- a/dev/null
+++ b/noncore/settings/networksettings/mainwindow/mainwindow.pro
@@ -0,0 +1,11 @@
+CONFIG = qt warn_on quick-app
+HEADERS = mainwindowimp.h addconnectionimp.h defaultmodule.h module.h
+SOURCES = main.cpp mainwindowimp.cpp addconnectionimp.cpp
+INCLUDEPATH += $(OPIEDIR)/include ../interfaces/ .
+DEPENDPATH += $(OPIEDIR)/include ../interfaces/ ../wlan/ ../ppp/
+LIBS += -lqpe -L$(OPIEDIR)/plugins/networksettings -L../interfaces -linterfaces -lopiecore2 -lopieui2
+INTERFACES = mainwindow.ui addconnection.ui
+TARGET = networksettings
+
+
+include ( $(OPIEDIR)/include.pro )