summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/profile/profile.pro
blob: f9800340d190accd7d17e2d42521a754292f353f (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 )