summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/networksettings.pro
blob: d201db1e9db89de95b4918ab412d46f2ae5d68a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
CONFIG   = qt warn_on debug
#CONFIG    = qt warn_on release
HEADERS   = networksettings.h \
            activateprofile.h \
            activatevpn.h \
            editconnection.h
SOURCES   = main.cpp \
            networksettings.cpp \
            nsdata.cpp \
            activateprofile.cpp \
            activatevpn.cpp \
            editconnection.cpp
INCLUDEPATH += $(OPIEDIR)/include networksettings2/ opietooth2/
DEPENDPATH  += $(OPIEDIR)/include networksettings2/ opietooth2/
LIBS        += -lqpe -L$(OPIEDIR)/plugins/networksettings2 -lnetworksettings2 -lopietooth2 -lopiecore2
INTERFACES = networksettingsGUI.ui \
             editconnectionGUI.ui \
             activatevpnGUI.ui \
             activateprofileGUI.ui
TARGET    = $(OPIEDIR)/bin/networksettings2


include( $(OPIEDIR)/include.pro )