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.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/settings/networksettings/ppp/ppp.pro b/noncore/settings/networksettings/ppp/ppp.pro
index 075cc5f..42dc4a9 100644
--- a/noncore/settings/networksettings/ppp/ppp.pro
+++ b/noncore/settings/networksettings/ppp/ppp.pro
@@ -1,12 +1,16 @@
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
+
+
+
+include ( ../../../../include.pro )