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.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/noncore/settings/aqpkg/aqpkg.pro b/noncore/settings/aqpkg/aqpkg.pro
index 98c358c..d8eee6a 100644
--- a/noncore/settings/aqpkg/aqpkg.pro
+++ b/noncore/settings/aqpkg/aqpkg.pro
@@ -21,27 +21,44 @@ SOURCES = mainwin.cpp \
21 settingsimpl.cpp \ 21 settingsimpl.cpp \
22 ipkg.cpp \ 22 ipkg.cpp \
23 main.cpp \ 23 main.cpp \
24 package.cpp \ 24 package.cpp \
25 installdlgimpl.cpp \ 25 installdlgimpl.cpp \
26 instoptionsimpl.cpp \ 26 instoptionsimpl.cpp \
27 destination.cpp \ 27 destination.cpp \
28 utils.cpp \ 28 utils.cpp \
29 server.cpp \ 29 server.cpp \
30 helpwindow.cpp \ 30 helpwindow.cpp \
31 letterpushbutton.cpp \ 31 letterpushbutton.cpp \
32 inputdlg.cpp \ 32 inputdlg.cpp \
33 version.cpp \ 33 version.cpp \
34 categoryfilterimpl.cpp 34 categoryfilterimpl.cpp
35 INTERFACES= settings.ui \ 35 INTERFACES= settings.ui \
36 install.ui \ 36 install.ui \
37 instoptions.ui \ 37 instoptions.ui \
38 categoryfilter.ui 38 categoryfilter.ui
39 TARGET = aqpkg 39 TARGET = aqpkg
40INCLUDEPATH += $(OPIEDIR)/include 40INCLUDEPATH += $(OPIEDIR)/include
41DEPENDPATH += $(OPIEDIR)/include 41DEPENDPATH += $(OPIEDIR)/include
42LIBS += -lqpe -lopie -lstdc++ 42LIBS += -lqpe -lopie -lstdc++
43DESTDIR = $(OPIEDIR)/bin 43DESTDIR = $(OPIEDIR)/bin
44 44
45TRANSLATIONS = ../../../i18n/de/aqpkg.ts \
46 ../../../i18n/xx/aqpkg.ts \
47 ../../../i18n/en/aqpkg.ts \
48 ../../../i18n/es/aqpkg.ts \
49 ../../../i18n/fr/aqpkg.ts \
50 ../../../i18n/hu/aqpkg.ts \
51 ../../../i18n/ja/aqpkg.ts \
52 ../../../i18n/ko/aqpkg.ts \
53 ../../../i18n/no/aqpkg.ts \
54 ../../../i18n/pl/aqpkg.ts \
55 ../../../i18n/pt/aqpkg.ts \
56 ../../../i18n/pt_BR/aqpkg.ts \
57 ../../../i18n/sl/aqpkg.ts \
58 ../../../i18n/zh_CN/aqpkg.ts \
59 ../../../i18n/zh_TW/aqpkg.ts \
60 ../../../i18n/it/aqpkg.ts \
61 ../../../i18n/da/aqpkg.ts
45 62
46 63
47include ( $(OPIEDIR)/include.pro ) 64include ( $(OPIEDIR)/include.pro )