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


include ( $(OPIEDIR)/include.pro )