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