summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/ppp/ppp.pro
Unidiff
Diffstat (limited to 'noncore/settings/networksettings/ppp/ppp.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/ppp/ppp.pro9
1 files changed, 5 insertions, 4 deletions
diff --git a/noncore/settings/networksettings/ppp/ppp.pro b/noncore/settings/networksettings/ppp/ppp.pro
index 0e9e5b8..da32395 100644
--- a/noncore/settings/networksettings/ppp/ppp.pro
+++ b/noncore/settings/networksettings/ppp/ppp.pro
@@ -1,9 +1,10 @@
1#TEMPLATE = app
1TEMPLATE = lib 2TEMPLATE = lib
2CONFIG += qt warn_on release 3#CONFIG += qt warn_on release
3 #CONFIG += qt warn_on debug 4 CONFIG += qt warn_on debug
4DESTDIR = $(OPIEDIR)/plugins/networksettings 5DESTDIR = $(OPIEDIR)/plugins/networksettings
5 HEADERS = pppimp.h pppmodule.h 6 HEADERS = pppimp.h pppmodule.h devices.h modem.h modeminfo.h pppdata.h kpppconfig.h pppdata.h runtests.h
6 SOURCES = pppimp.cpp pppmodule.cpp 7 SOURCES = pppimp.cpp pppmodule.cpp modem.cpp modeminfo.cpp pppdata.cpp runtests.cpp
7 INCLUDEPATH+= $(OPIEDIR)/include ../ ../interfaces/ 8 INCLUDEPATH+= $(OPIEDIR)/include ../ ../interfaces/
8 DEPENDPATH+= $(OPIEDIR)/include 9 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe -L../interfaces/ -linterfaces 10LIBS += -lqpe -L../interfaces/ -linterfaces