summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/ppp/ppp.pro
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings/ppp/ppp.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/ppp/ppp.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/noncore/settings/networksettings/ppp/ppp.pro b/noncore/settings/networksettings/ppp/ppp.pro
new file mode 100644
index 0000000..075cc5f
--- a/dev/null
+++ b/noncore/settings/networksettings/ppp/ppp.pro
@@ -0,0 +1,12 @@
+TEMPLATE = lib
+CONFIG += qt warn_on release
+#CONFIG += qt warn_on debug
+DESTDIR = $(OPIEDIR)/plugins/networksetup
+HEADERS = pppimp.h pppmodule.h
+SOURCES = pppimp.cpp pppmodule.cpp
+INCLUDEPATH += $(OPIEDIR)/include ../ ../interfaces/
+DEPENDPATH += $(OPIEDIR)/include
+LIBS += -lqpe -L../interfaces/ -linterfaces
+INTERFACES = ppp.ui
+TARGET = pppplugin
+VERSION = 1.0.0