summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/networksettings.pro
blob: f04289b7196befbb168e4948ff9b81b45b5753a2 (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/
DEPENDPATH  += $(OPIEDIR)/include networksettings2/
LIBS        += -lqpe -L$(OPIEDIR)/plugins/networksettings2 -lnetworksettings2 -lopiecore2
INTERFACES = networksettingsGUI.ui \
             editconnectionGUI.ui \
             activatevpnGUI.ui \
             activateprofileGUI.ui
TARGET    = $(OPIEDIR)/bin/networksettings2


include ( $(OPIEDIR)/include.pro )