summaryrefslogtreecommitdiff
path: root/noncore/apps/keyz-cfg/keyz-cfg.pro
blob: cbaf718dcc8f74c177f2b525006c5e9fca24350c (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
TEMPLATE        = app
DESTDIR         = $(OPIEDIR)/bin
CONFIG		= qt warn_on release
HEADERS		= zkb.h \
				zkbcfg.h \
				zkbnames.h \
				zkbxml.h \
				cfgdlg.h \
				cfgfile.h

SOURCES		= main.cpp \
		  cfgdlg.cpp \
		  cfgfile.cpp \
		  zkb.cpp \
		  zkbcfg.cpp \
			zkbnames.cpp \
			zkbxml.cpp

INCLUDEPATH     += $(OPIEDIR)/include
DEPENDPATH      += $(OPIEDIR)/include
LIBS		+= -lqpe
TARGET 		= keyz-cfg

include ( $(OPIEDIR)/include.pro )