summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/ppp/ppp.pro
Unidiff
Diffstat (limited to 'noncore/settings/networksettings2/ppp/ppp.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings2/ppp/ppp.pro24
1 files changed, 24 insertions, 0 deletions
diff --git a/noncore/settings/networksettings2/ppp/ppp.pro b/noncore/settings/networksettings2/ppp/ppp.pro
new file mode 100644
index 0000000..f8712cd
--- a/dev/null
+++ b/noncore/settings/networksettings2/ppp/ppp.pro
@@ -0,0 +1,24 @@
1TEMPLATE = lib
2CONFIG += qt warn_on release
3DESTDIR = $(OPIEDIR)/plugins/networksettings2
4 HEADERS = ppp_NN.h \
5 ppp_NNI.h \
6 PPPedit.h \
7 PPPAuthedit.h \
8 PPPDNSedit.h \
9 PPPIPedit.h
10 SOURCES = ppp_NN.cpp \
11 ppp_NNI.cpp \
12 PPPedit.cpp \
13 PPPDNSedit.cpp \
14 PPPAuthedit.cpp \
15 ppprun.cpp \
16 PPPIPedit.cpp
17 INCLUDEPATH+= $(OPIEDIR)/include ../ ../networksettings2
18 DEPENDPATH+= $(OPIEDIR)/include ../ ../networksettings2
19LIBS += -lqpe
20 INTERFACES= PPPGUI.ui PPPAuthGUI.ui PPPIPGUI.ui PPPDNSGUI.ui
21 TARGET = ppp
22 VERSION = 1.0.0
23
24include ( $(OPIEDIR)/include.pro )