summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/aqpkg.pro
blob: e4076f533a49f7f23a8b1a21a34a3d366ae10f5d (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
TEMPLATE	= app
CONFIG		= qt warn_on release
HEADERS		= global.h \
		  mainwin.h \
		  datamgr.h \
		  settingsimpl.h \
		  ipkg.h \
		  package.h \
		  installdlgimpl.h \
		  instoptionsimpl.h \
		  destination.h \
		  utils.h \
		  server.h \
		  letterpushbutton.h \
		  inputdlg.h \
		  categoryfilterimpl.h
SOURCES		= mainwin.cpp \
		  datamgr.cpp \
		  mem.cpp \
		  settingsimpl.cpp \
		  ipkg.cpp \
		  main.cpp \
		  package.cpp \
		  installdlgimpl.cpp \
		  instoptionsimpl.cpp \
		  destination.cpp \
		  utils.cpp \
		  server.cpp \
		  letterpushbutton.cpp \
		  inputdlg.cpp \
		  version.cpp \
		  categoryfilterimpl.cpp
INTERFACES	= 
TARGET		= aqpkg
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH  += $(OPIEDIR)/include
LIBS        += -lqpe -lopie -lstdc++
DESTDIR = $(OPIEDIR)/bin

TRANSLATIONS = ../../../i18n/de/aqpkg.ts \
         ../../../i18n/xx/aqpkg.ts \
         ../../../i18n/en/aqpkg.ts \
         ../../../i18n/es/aqpkg.ts \
         ../../../i18n/fr/aqpkg.ts \
         ../../../i18n/hu/aqpkg.ts \
         ../../../i18n/ja/aqpkg.ts \
         ../../../i18n/ko/aqpkg.ts \
         ../../../i18n/no/aqpkg.ts \
         ../../../i18n/pl/aqpkg.ts \
         ../../../i18n/pt/aqpkg.ts \
         ../../../i18n/pt_BR/aqpkg.ts \
         ../../../i18n/sl/aqpkg.ts \
         ../../../i18n/zh_CN/aqpkg.ts \
         ../../../i18n/zh_TW/aqpkg.ts \
         ../../../i18n/it/aqpkg.ts \
         ../../../i18n/da/aqpkg.ts


include ( $(OPIEDIR)/include.pro )