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