summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/networksettings.pro
blob: fe47971b352bcfbeb46b69f2c6cd89715a22821f (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 quick-app
#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 -lopie
INTERFACES = networksettingsGUI.ui \
             editconnectionGUI.ui \
             activateprofileGUI.ui
TARGET    = networksettings2


include ( $(OPIEDIR)/include.pro )