summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/networksettings2/networksettings2.pro
blob: d1e42b7e01edbc3ad40d5e8d9435b96a4598bbd0 (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
25
26
27
28
TEMPLATE        = lib
CONFIG          += qt warn_on release
#CONFIG		+= qt warn_on debug
DESTDIR		= $(OPIEDIR)/lib$(PROJMAK)
HEADERS		= netnode.h  \
                  resources.h  \
                  system.h  \
                  asline.h \
                  GUIUtils.h \
                  asconnection.h \
                  asfullsetup.h \
                  systemfile.h \
                  wextensions.h \
                  asdevice.h
SOURCES		= netnode.cpp \
                  GUIUtils.cpp \
                  system.cpp \
                  systemfile.cpp \
                  wextensions.cpp \
                  resources.cpp
INCLUDEPATH	+= $(OPIEDIR)/include ../networksettings2
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe -lopiecore2 -lopieui2
INTERFACES	= 
TARGET		= networksettings2
VERSION		= 1.0.0

include( $(OPIEDIR)/include.pro )