summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/mainwindow/mainwindow.pro
Unidiff
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 @@
1CONFIG = qt warn_on quick-app
2HEADERS = mainwindowimp.h addconnectionimp.h defaultmodule.h module.h
3SOURCES = main.cpp mainwindowimp.cpp addconnectionimp.cpp
4INCLUDEPATH += $(OPIEDIR)/include ../interfaces/ .
5DEPENDPATH += $(OPIEDIR)/include ../interfaces/ ../wlan/ ../ppp/
6LIBS += -lqpe -L$(OPIEDIR)/plugins/networksettings -L../interfaces -linterfaces -lopiecore2 -lopieui2
7INTERFACES = mainwindow.ui addconnection.ui
8TARGET = networksettings
9
10
11include ( $(OPIEDIR)/include.pro )