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