summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/networksettings.pro
blob: 875c68e67da7a273d88c1f0476336c18a4ddec40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESTDIR   = $(OPIEDIR)/bin
TEMPLATE  = app
#CONFIG   = qt warn_on debug
CONFIG    = qt warn_on release
HEADERS   = mainwindowimp.h addconnectionimp.h defaultmodule.h  module.h
SOURCES   = main.cpp mainwindowimp.cpp addconnectionimp.cpp
INCLUDEPATH += $(OPIEDIR)/include interfaces/
DEPENDPATH  += $(OPIEDIR)/include interfaces/ wlan/
LIBS        += -lqpe -L$(OPIEDIR)/plugins/networksettings -Linterfaces/ -linterfaces -lopie
INTERFACES = mainwindow.ui addconnection.ui
TARGET    = networksettings



include ( $(OPIEDIR)/include.pro )