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.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro
index 0078faf..32cb95f 100644
--- a/core/launcher/launcher.pro
+++ b/core/launcher/launcher.pro
@@ -1,72 +1,74 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 2
3 CONFIG = qt warn_on release 3 CONFIG = qt warn_on release
4 4
5 DESTDIR = $(OPIEDIR)/bin 5 DESTDIR = $(OPIEDIR)/bin
6 6
7 HEADERS = background.h \ 7 HEADERS = background.h \
8 desktop.h \ 8 desktop.h \
9 qprocess.h \
9 info.h \ 10 info.h \
10 appicons.h \ 11 appicons.h \
11 taskbar.h \ 12 taskbar.h \
12 sidething.h \ 13 sidething.h \
13 mrulist.h \ 14 mrulist.h \
14 stabmon.h \ 15 stabmon.h \
15 inputmethods.h \ 16 inputmethods.h \
16 systray.h \ 17 systray.h \
17 wait.h \ 18 wait.h \
18 shutdownimpl.h \ 19 shutdownimpl.h \
19 launcher.h \ 20 launcher.h \
20 launcherview.h \ 21 launcherview.h \
21 ../calibrate/calibrate.h \ 22 ../calibrate/calibrate.h \
22 startmenu.h \ 23 startmenu.h \
23 transferserver.h \ 24 transferserver.h \
24 qcopbridge.h \ 25 qcopbridge.h \
25 packageslave.h \ 26 packageslave.h \
26 irserver.h \ 27 irserver.h \
27 $(OPIEDIR)/rsync/buf.h \ 28 $(OPIEDIR)/rsync/buf.h \
28 $(OPIEDIR)/rsync/checksum.h \ 29 $(OPIEDIR)/rsync/checksum.h \
29 $(OPIEDIR)/rsync/command.h \ 30 $(OPIEDIR)/rsync/command.h \
30 $(OPIEDIR)/rsync/emit.h \ 31 $(OPIEDIR)/rsync/emit.h \
31 $(OPIEDIR)/rsync/job.h \ 32 $(OPIEDIR)/rsync/job.h \
32 $(OPIEDIR)/rsync/netint.h \ 33 $(OPIEDIR)/rsync/netint.h \
33 $(OPIEDIR)/rsync/protocol.h \ 34 $(OPIEDIR)/rsync/protocol.h \
34 $(OPIEDIR)/rsync/prototab.h \ 35 $(OPIEDIR)/rsync/prototab.h \
35 $(OPIEDIR)/rsync/rsync.h \ 36 $(OPIEDIR)/rsync/rsync.h \
36 $(OPIEDIR)/rsync/search.h \ 37 $(OPIEDIR)/rsync/search.h \
37 $(OPIEDIR)/rsync/stream.h \ 38 $(OPIEDIR)/rsync/stream.h \
38 $(OPIEDIR)/rsync/sumset.h \ 39 $(OPIEDIR)/rsync/sumset.h \
39 $(OPIEDIR)/rsync/trace.h \ 40 $(OPIEDIR)/rsync/trace.h \
40 $(OPIEDIR)/rsync/types.h \ 41 $(OPIEDIR)/rsync/types.h \
41 $(OPIEDIR)/rsync/util.h \ 42 $(OPIEDIR)/rsync/util.h \
42 $(OPIEDIR)/rsync/whole.h \ 43 $(OPIEDIR)/rsync/whole.h \
43 $(OPIEDIR)/rsync/config_rsync.h \ 44 $(OPIEDIR)/rsync/config_rsync.h \
44 $(OPIEDIR)/rsync/qrsync.h 45 $(OPIEDIR)/rsync/qrsync.h
45 # quicklauncher.h \ 46 # quicklauncher.h \
46 47
47 SOURCES = background.cpp \ 48 SOURCES = background.cpp \
48 desktop.cpp \ 49 desktop.cpp \
50 qprocess.cpp qprocess_unix.cpp \
49 info.cpp \ 51 info.cpp \
50 appicons.cpp \ 52 appicons.cpp \
51 taskbar.cpp \ 53 taskbar.cpp \
52 sidething.cpp \ 54 sidething.cpp \
53 mrulist.cpp \ 55 mrulist.cpp \
54 stabmon.cpp \ 56 stabmon.cpp \
55 inputmethods.cpp \ 57 inputmethods.cpp \
56 systray.cpp \ 58 systray.cpp \
57 wait.cpp \ 59 wait.cpp \
58 shutdownimpl.cpp \ 60 shutdownimpl.cpp \
59 launcher.cpp \ 61 launcher.cpp \
60 launcherview.cpp \ 62 launcherview.cpp \
61 $(OPIEDIR)/calibrate/calibrate.cpp \ 63 $(OPIEDIR)/calibrate/calibrate.cpp \
62 transferserver.cpp \ 64 transferserver.cpp \
63 packageslave.cpp \ 65 packageslave.cpp \
64 irserver.cpp \ 66 irserver.cpp \
65 qcopbridge.cpp \ 67 qcopbridge.cpp \
66 startmenu.cpp \ 68 startmenu.cpp \
67 main.cpp \ 69 main.cpp \
68 $(OPIEDIR)/rsync/base64.c \ 70 $(OPIEDIR)/rsync/base64.c \
69 $(OPIEDIR)/rsync/buf.c \ 71 $(OPIEDIR)/rsync/buf.c \
70 $(OPIEDIR)/rsync/checksum.c \ 72 $(OPIEDIR)/rsync/checksum.c \
71 $(OPIEDIR)/rsync/command.c \ 73 $(OPIEDIR)/rsync/command.c \
72 $(OPIEDIR)/rsync/delta.c \ 74 $(OPIEDIR)/rsync/delta.c \