summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/gprs/GPRS.pro
Unidiff
Diffstat (limited to 'noncore/settings/networksettings2/gprs/GPRS.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings2/gprs/GPRS.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/noncore/settings/networksettings2/gprs/GPRS.pro b/noncore/settings/networksettings2/gprs/GPRS.pro
new file mode 100644
index 0000000..7818415
--- a/dev/null
+++ b/noncore/settings/networksettings2/gprs/GPRS.pro
@@ -0,0 +1,18 @@
1TEMPLATE = lib
2CONFIG += qt warn_on release
3DESTDIR = $(OPIEDIR)/plugins/networksettings2
4 HEADERS = GPRS_NN.h \
5 GPRS_NNI.h \
6 GPRSedit.h
7 SOURCES = GPRS_NN.cpp \
8 GPRS_NNI.cpp \
9 GPRSedit.cpp \
10 GPRSrun.cpp
11 INCLUDEPATH+= $(OPIEDIR)/include ../ ../networksettings2
12 DEPENDPATH+= $(OPIEDIR)/include ../ ../networksettings2
13LIBS += -lqpe
14 INTERFACES= GPRSGUI.ui
15 TARGET = GPRS
16 VERSION = 1.0.0
17
18include ( $(OPIEDIR)/include.pro )