summaryrefslogtreecommitdiff
path: root/core/launcher/launcher.pro
Unidiff
Diffstat (limited to 'core/launcher/launcher.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/launcher.pro36
1 files changed, 14 insertions, 22 deletions
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro
index 182cd1f..c053662 100644
--- a/core/launcher/launcher.pro
+++ b/core/launcher/launcher.pro
@@ -1,72 +1,68 @@
1 TEMPLATE= app 1 TEMPLATE= app
2
3 CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
4
5 DESTDIR = $(OPIEDIR)/bin 3 DESTDIR = $(OPIEDIR)/bin
6
7 HEADERS = background.h \ 4 HEADERS = background.h \
8 desktop.h \ 5 desktop.h \
9 qprocess.h \ 6 qprocess.h \
10 mediummountgui.h \ 7 mediummountgui.h \
11 info.h \ 8 info.h \
12 appicons.h \ 9 appicons.h \
13 taskbar.h \ 10 taskbar.h \
14 sidething.h \ 11 sidething.h \
15 mrulist.h \ 12 mrulist.h \
16 stabmon.h \ 13 stabmon.h \
17 inputmethods.h \ 14 inputmethods.h \
18 systray.h \ 15 systray.h \
19 wait.h \ 16 wait.h \
20 shutdownimpl.h \ 17 shutdownimpl.h \
21 launcher.h \ 18 launcher.h \
22 launcherview.h \ 19 launcherview.h \
23 $(OPIEDIR)/core/apps/calibrate/calibrate.h \ 20 $(OPIEDIR)/core/apps/calibrate/calibrate.h \
24 startmenu.h \ 21 startmenu.h \
25 transferserver.h \ 22 transferserver.h \
26 qcopbridge.h \ 23 qcopbridge.h \
27 packageslave.h \ 24 packageslave.h \
28 irserver.h \ 25 irserver.h \
29 $(OPIEDIR)/rsync/buf.h \ 26 $(OPIEDIR)/rsync/buf.h \
30 $(OPIEDIR)/rsync/checksum.h \ 27 $(OPIEDIR)/rsync/checksum.h \
31 $(OPIEDIR)/rsync/command.h \ 28 $(OPIEDIR)/rsync/command.h \
32 $(OPIEDIR)/rsync/emit.h \ 29 $(OPIEDIR)/rsync/emit.h \
33 $(OPIEDIR)/rsync/job.h \ 30 $(OPIEDIR)/rsync/job.h \
34 $(OPIEDIR)/rsync/netint.h \ 31 $(OPIEDIR)/rsync/netint.h \
35 $(OPIEDIR)/rsync/protocol.h \ 32 $(OPIEDIR)/rsync/protocol.h \
36 $(OPIEDIR)/rsync/prototab.h \ 33 $(OPIEDIR)/rsync/prototab.h \
37 $(OPIEDIR)/rsync/rsync.h \ 34 $(OPIEDIR)/rsync/rsync.h \
38 $(OPIEDIR)/rsync/search.h \ 35 $(OPIEDIR)/rsync/search.h \
39 $(OPIEDIR)/rsync/stream.h \ 36 $(OPIEDIR)/rsync/stream.h \
40 $(OPIEDIR)/rsync/sumset.h \ 37 $(OPIEDIR)/rsync/sumset.h \
41 $(OPIEDIR)/rsync/trace.h \ 38 $(OPIEDIR)/rsync/trace.h \
42 $(OPIEDIR)/rsync/types.h \ 39 $(OPIEDIR)/rsync/types.h \
43 $(OPIEDIR)/rsync/util.h \ 40 $(OPIEDIR)/rsync/util.h \
44 $(OPIEDIR)/rsync/whole.h \ 41 $(OPIEDIR)/rsync/whole.h \
45 $(OPIEDIR)/rsync/config_rsync.h \ 42 $(OPIEDIR)/rsync/config_rsync.h \
46 $(OPIEDIR)/rsync/qrsync.h 43 $(OPIEDIR)/rsync/qrsync.h
47 # quicklauncher.h \ 44 # quicklauncher.h \
48
49 SOURCES = background.cpp \ 45 SOURCES = background.cpp \
50 desktop.cpp \ 46 desktop.cpp \
51 mediummountgui.cpp \ 47 mediummountgui.cpp \
52 qprocess.cpp qprocess_unix.cpp \ 48 qprocess.cpp qprocess_unix.cpp \
53 info.cpp \ 49 info.cpp \
54 appicons.cpp \ 50 appicons.cpp \
55 taskbar.cpp \ 51 taskbar.cpp \
56 sidething.cpp \ 52 sidething.cpp \
57 mrulist.cpp \ 53 mrulist.cpp \
58 stabmon.cpp \ 54 stabmon.cpp \
59 inputmethods.cpp \ 55 inputmethods.cpp \
60 systray.cpp \ 56 systray.cpp \
61 wait.cpp \ 57 wait.cpp \
62 shutdownimpl.cpp \ 58 shutdownimpl.cpp \
63 launcher.cpp \ 59 launcher.cpp \
64 launcherview.cpp \ 60 launcherview.cpp \
65 $(OPIEDIR)/core/apps/calibrate/calibrate.cpp \ 61 $(OPIEDIR)/core/apps/calibrate/calibrate.cpp \
66 transferserver.cpp \ 62 transferserver.cpp \
67 packageslave.cpp \ 63 packageslave.cpp \
68 irserver.cpp \ 64 irserver.cpp \
69 qcopbridge.cpp \ 65 qcopbridge.cpp \
70 startmenu.cpp \ 66 startmenu.cpp \
71 main.cpp \ 67 main.cpp \
72 $(OPIEDIR)/rsync/base64.c \ 68 $(OPIEDIR)/rsync/base64.c \
@@ -74,52 +70,48 @@ SOURCES = background.cpp \
74 $(OPIEDIR)/rsync/checksum.c \ 70 $(OPIEDIR)/rsync/checksum.c \
75 $(OPIEDIR)/rsync/command.c \ 71 $(OPIEDIR)/rsync/command.c \
76 $(OPIEDIR)/rsync/delta.c \ 72 $(OPIEDIR)/rsync/delta.c \
77 $(OPIEDIR)/rsync/emit.c \ 73 $(OPIEDIR)/rsync/emit.c \
78 $(OPIEDIR)/rsync/hex.c \ 74 $(OPIEDIR)/rsync/hex.c \
79 $(OPIEDIR)/rsync/job.c \ 75 $(OPIEDIR)/rsync/job.c \
80 $(OPIEDIR)/rsync/mdfour.c \ 76 $(OPIEDIR)/rsync/mdfour.c \
81 $(OPIEDIR)/rsync/mksum.c \ 77 $(OPIEDIR)/rsync/mksum.c \
82 $(OPIEDIR)/rsync/msg.c \ 78 $(OPIEDIR)/rsync/msg.c \
83 $(OPIEDIR)/rsync/netint.c \ 79 $(OPIEDIR)/rsync/netint.c \
84 $(OPIEDIR)/rsync/patch.c \ 80 $(OPIEDIR)/rsync/patch.c \
85 $(OPIEDIR)/rsync/prototab.c \ 81 $(OPIEDIR)/rsync/prototab.c \
86 $(OPIEDIR)/rsync/readsums.c \ 82 $(OPIEDIR)/rsync/readsums.c \
87 $(OPIEDIR)/rsync/scoop.c \ 83 $(OPIEDIR)/rsync/scoop.c \
88 $(OPIEDIR)/rsync/search.c \ 84 $(OPIEDIR)/rsync/search.c \
89 $(OPIEDIR)/rsync/stats.c \ 85 $(OPIEDIR)/rsync/stats.c \
90 $(OPIEDIR)/rsync/stream.c \ 86 $(OPIEDIR)/rsync/stream.c \
91 $(OPIEDIR)/rsync/sumset.c \ 87 $(OPIEDIR)/rsync/sumset.c \
92 $(OPIEDIR)/rsync/trace.c \ 88 $(OPIEDIR)/rsync/trace.c \
93 $(OPIEDIR)/rsync/tube.c \ 89 $(OPIEDIR)/rsync/tube.c \
94 $(OPIEDIR)/rsync/util.c \ 90 $(OPIEDIR)/rsync/util.c \
95 $(OPIEDIR)/rsync/version.c \ 91 $(OPIEDIR)/rsync/version.c \
96 $(OPIEDIR)/rsync/whole.c \ 92 $(OPIEDIR)/rsync/whole.c \
97 $(OPIEDIR)/rsync/qrsync.cpp 93 $(OPIEDIR)/rsync/qrsync.cpp
98
99 INTERFACES= shutdown.ui syncdialog.ui 94 INTERFACES= shutdown.ui syncdialog.ui
100
101INCLUDEPATH += $(OPIEDIR)/include 95INCLUDEPATH += $(OPIEDIR)/include
102 DEPENDPATH+= $(OPIEDIR)/include . 96 DEPENDPATH+= $(OPIEDIR)/include .
103
104INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate 97INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate
105 DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate 98 DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate
106
107INCLUDEPATH += $(OPIEDIR)/rsync 99INCLUDEPATH += $(OPIEDIR)/rsync
108 DEPENDPATH+= $(OPIEDIR)/rsync 100 DEPENDPATH+= $(OPIEDIR)/rsync
109
110 TARGET = qpe 101 TARGET = qpe
111
112 LIBS += -lqpe -lcrypt -lopie 102 LIBS += -lqpe -lcrypt -lopie
113 103
114TRANSLATIONS = ../i18n/de/qpe.ts 104TRANSLATIONS = ../../i18n/de/qpe.ts \
115TRANSLATIONS += ../i18n/es/qpe.ts 105 ../../i18n/en/qpe.ts \
116TRANSLATIONS += ../i18n/pt/qpe.ts 106 ../../i18n/es/qpe.ts \
117TRANSLATIONS += ../i18n/pt_BR/qpe.ts 107 ../../i18n/fr/qpe.ts \
118TRANSLATIONS += ../i18n/en/qpe.ts 108 ../../i18n/hu/qpe.ts \
119TRANSLATIONS += ../i18n/hu/qpe.ts 109 ../../i18n/ja/qpe.ts \
120TRANSLATIONS += ../i18n/ja/qpe.ts 110 ../../i18n/ko/qpe.ts \
121TRANSLATIONS += ../i18n/fr/qpe.ts 111 ../../i18n/no/qpe.ts \
122TRANSLATIONS += ../i18n/ko/qpe.ts 112 ../../i18n/pl/qpe.ts \
123TRANSLATIONS += ../i18n/no/qpe.ts 113 ../../i18n/pt/qpe.ts \
124TRANSLATIONS += ../i18n/zh_CN/qpe.ts 114 ../../i18n/pt_BR/qpe.ts \
125TRANSLATIONS += ../i18n/zh_TW/qpe.ts 115 ../../i18n/sl/qpe.ts \
116 ../../i18n/zh_CN/qpe.ts \
117 ../../i18n/zh_TW/qpe.ts