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


include ( $(OPIEDIR)/include.pro )