summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/gprs/GPRS.pro
blob: 480c87243d942d5caf6d27d89e35ad1ca608f9eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE        = lib
CONFIG          += qt warn_on release plugin
DESTDIR         = $(OPIEDIR)/plugins/networksettings2
HEADERS		= GPRS_NN.h \
                  GPRS_NNI.h \
                  GPRSedit.h
SOURCES		= GPRS_NN.cpp \
                  GPRS_NNI.cpp \
                  GPRSedit.cpp \
                  GPRSrun.cpp
INCLUDEPATH	+= $(OPIEDIR)/include ../ ../networksettings2
DEPENDPATH	+= $(OPIEDIR)/include ../ ../networksettings2
LIBS            += -lqpe
INTERFACES	= GPRSGUI.ui
TARGET		= GPRS
VERSION		= 1.0.0

include ( $(OPIEDIR)/include.pro )