summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/mainwindow/mainwindow.pro
Side-by-side diff
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 )