summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/aqpkg.pro
Unidiff
Diffstat (limited to 'noncore/settings/aqpkg/aqpkg.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/aqpkg.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/settings/aqpkg/aqpkg.pro b/noncore/settings/aqpkg/aqpkg.pro
index e4076f5..5b5d506 100644
--- a/noncore/settings/aqpkg/aqpkg.pro
+++ b/noncore/settings/aqpkg/aqpkg.pro
@@ -17,43 +17,44 @@ HEADERS = global.h \
17 SOURCES = mainwin.cpp \ 17 SOURCES = mainwin.cpp \
18 datamgr.cpp \ 18 datamgr.cpp \
19 mem.cpp \ 19 mem.cpp \
20 settingsimpl.cpp \ 20 settingsimpl.cpp \
21 ipkg.cpp \ 21 ipkg.cpp \
22 main.cpp \ 22 main.cpp \
23 package.cpp \ 23 package.cpp \
24 installdlgimpl.cpp \ 24 installdlgimpl.cpp \
25 instoptionsimpl.cpp \ 25 instoptionsimpl.cpp \
26 destination.cpp \ 26 destination.cpp \
27 utils.cpp \ 27 utils.cpp \
28 server.cpp \ 28 server.cpp \
29 letterpushbutton.cpp \ 29 letterpushbutton.cpp \
30 inputdlg.cpp \ 30 inputdlg.cpp \
31 version.cpp \ 31 version.cpp \
32 categoryfilterimpl.cpp 32 categoryfilterimpl.cpp
33 INTERFACES= 33 INTERFACES=
34 TARGET = aqpkg 34 TARGET = aqpkg
35INCLUDEPATH += $(OPIEDIR)/include 35INCLUDEPATH += $(OPIEDIR)/include
36DEPENDPATH += $(OPIEDIR)/include 36DEPENDPATH += $(OPIEDIR)/include
37LIBS += -lqpe -lopie -lstdc++ 37LIBS += -lqpe -lopie -lstdc++
38DESTDIR = $(OPIEDIR)/bin 38DESTDIR = $(OPIEDIR)/bin
39 39
40TRANSLATIONS = ../../../i18n/de/aqpkg.ts \ 40TRANSLATIONS = ../../../i18n/de/aqpkg.ts \
41 ../../../i18n/nl/aqpkg.ts \
41 ../../../i18n/xx/aqpkg.ts \ 42 ../../../i18n/xx/aqpkg.ts \
42 ../../../i18n/en/aqpkg.ts \ 43 ../../../i18n/en/aqpkg.ts \
43 ../../../i18n/es/aqpkg.ts \ 44 ../../../i18n/es/aqpkg.ts \
44 ../../../i18n/fr/aqpkg.ts \ 45 ../../../i18n/fr/aqpkg.ts \
45 ../../../i18n/hu/aqpkg.ts \ 46 ../../../i18n/hu/aqpkg.ts \
46 ../../../i18n/ja/aqpkg.ts \ 47 ../../../i18n/ja/aqpkg.ts \
47 ../../../i18n/ko/aqpkg.ts \ 48 ../../../i18n/ko/aqpkg.ts \
48 ../../../i18n/no/aqpkg.ts \ 49 ../../../i18n/no/aqpkg.ts \
49 ../../../i18n/pl/aqpkg.ts \ 50 ../../../i18n/pl/aqpkg.ts \
50 ../../../i18n/pt/aqpkg.ts \ 51 ../../../i18n/pt/aqpkg.ts \
51 ../../../i18n/pt_BR/aqpkg.ts \ 52 ../../../i18n/pt_BR/aqpkg.ts \
52 ../../../i18n/sl/aqpkg.ts \ 53 ../../../i18n/sl/aqpkg.ts \
53 ../../../i18n/zh_CN/aqpkg.ts \ 54 ../../../i18n/zh_CN/aqpkg.ts \
54 ../../../i18n/zh_TW/aqpkg.ts \ 55 ../../../i18n/zh_TW/aqpkg.ts \
55 ../../../i18n/it/aqpkg.ts \ 56 ../../../i18n/it/aqpkg.ts \
56 ../../../i18n/da/aqpkg.ts 57 ../../../i18n/da/aqpkg.ts
57 58
58 59
59include ( $(OPIEDIR)/include.pro ) 60include ( $(OPIEDIR)/include.pro )