summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/aqpkg.pro
Unidiff
Diffstat (limited to 'noncore/settings/aqpkg/aqpkg.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/aqpkg/aqpkg.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/settings/aqpkg/aqpkg.pro b/noncore/settings/aqpkg/aqpkg.pro
index 5b5d506..d241d1b 100644
--- a/noncore/settings/aqpkg/aqpkg.pro
+++ b/noncore/settings/aqpkg/aqpkg.pro
@@ -1,46 +1,48 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
3 HEADERS = global.h \ 3 HEADERS = global.h \
4 mainwin.h \ 4 mainwin.h \
5 datamgr.h \ 5 datamgr.h \
6 settingsimpl.h \ 6 settingsimpl.h \
7 ipkg.h \ 7 ipkg.h \
8 packagewin.h \
8 package.h \ 9 package.h \
9 installdlgimpl.h \ 10 installdlgimpl.h \
10 instoptionsimpl.h \ 11 instoptionsimpl.h \
11 destination.h \ 12 destination.h \
12 utils.h \ 13 utils.h \
13 server.h \ 14 server.h \
14 letterpushbutton.h \ 15 letterpushbutton.h \
15 inputdlg.h \ 16 inputdlg.h \
16 categoryfilterimpl.h 17 categoryfilterimpl.h
17 SOURCES = mainwin.cpp \ 18 SOURCES = mainwin.cpp \
18 datamgr.cpp \ 19 datamgr.cpp \
19 mem.cpp \ 20 mem.cpp \
20 settingsimpl.cpp \ 21 settingsimpl.cpp \
21 ipkg.cpp \ 22 ipkg.cpp \
22 main.cpp \ 23 main.cpp \
24 packagewin.cpp \
23 package.cpp \ 25 package.cpp \
24 installdlgimpl.cpp \ 26 installdlgimpl.cpp \
25 instoptionsimpl.cpp \ 27 instoptionsimpl.cpp \
26 destination.cpp \ 28 destination.cpp \
27 utils.cpp \ 29 utils.cpp \
28 server.cpp \ 30 server.cpp \
29 letterpushbutton.cpp \ 31 letterpushbutton.cpp \
30 inputdlg.cpp \ 32 inputdlg.cpp \
31 version.cpp \ 33 version.cpp \
32 categoryfilterimpl.cpp 34 categoryfilterimpl.cpp
33 INTERFACES= 35 INTERFACES=
34 TARGET = aqpkg 36 TARGET = aqpkg
35INCLUDEPATH += $(OPIEDIR)/include 37INCLUDEPATH += $(OPIEDIR)/include
36DEPENDPATH += $(OPIEDIR)/include 38DEPENDPATH += $(OPIEDIR)/include
37LIBS += -lqpe -lopie -lstdc++ 39LIBS += -lqpe -lopie -lstdc++
38DESTDIR = $(OPIEDIR)/bin 40DESTDIR = $(OPIEDIR)/bin
39 41
40TRANSLATIONS = ../../../i18n/de/aqpkg.ts \ 42TRANSLATIONS = ../../../i18n/de/aqpkg.ts \
41 ../../../i18n/nl/aqpkg.ts \ 43 ../../../i18n/nl/aqpkg.ts \
42 ../../../i18n/xx/aqpkg.ts \ 44 ../../../i18n/xx/aqpkg.ts \
43 ../../../i18n/en/aqpkg.ts \ 45 ../../../i18n/en/aqpkg.ts \
44 ../../../i18n/es/aqpkg.ts \ 46 ../../../i18n/es/aqpkg.ts \
45 ../../../i18n/fr/aqpkg.ts \ 47 ../../../i18n/fr/aqpkg.ts \
46 ../../../i18n/hu/aqpkg.ts \ 48 ../../../i18n/hu/aqpkg.ts \