summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/profile/profile.pro
blob: 36a90129a58c73b6a4c411d888a65b99500dabd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE        = lib
CONFIG          += qt warn_on release
DESTDIR         = $(OPIEDIR)/plugins/networksettings2
HEADERS		= profile_NN.h \
                  profile_NNI.h \
                  profileedit.h
SOURCES		= profile_NN.cpp \
                  profile_NNI.cpp \
                  profileedit.cpp \
                  profilerun.cpp
INCLUDEPATH	+= $(OPIEDIR)/include ../ ../networksettings2
DEPENDPATH	+= $(OPIEDIR)/include ../ ../networksettings2
LIBS            += -lqpe
INTERFACES	= profileGUI.ui
TARGET		= profile
VERSION		= 1.0.0

include ( $(OPIEDIR)/include.pro )