-rw-r--r-- | core/launcher/launcher.pro | 90 |
1 files changed, 45 insertions, 45 deletions
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro index 39df594..7321aa3 100644 --- a/core/launcher/launcher.pro +++ b/core/launcher/launcher.pro | |||
@@ -1,113 +1,113 @@ | |||
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 | qprocess.h \ |
10 | info.h \ | 10 | info.h \ |
11 | appicons.h \ | 11 | appicons.h \ |
12 | taskbar.h \ | 12 | taskbar.h \ |
13 | sidething.h \ | 13 | sidething.h \ |
14 | mrulist.h \ | 14 | mrulist.h \ |
15 | stabmon.h \ | 15 | stabmon.h \ |
16 | inputmethods.h \ | 16 | inputmethods.h \ |
17 | systray.h \ | 17 | systray.h \ |
18 | wait.h \ | 18 | wait.h \ |
19 | shutdownimpl.h \ | 19 | shutdownimpl.h \ |
20 | launcher.h \ | 20 | launcher.h \ |
21 | launcherview.h \ | 21 | launcherview.h \ |
22 | ../calibrate/calibrate.h \ | 22 | ../calibrate/calibrate.h \ |
23 | startmenu.h \ | 23 | startmenu.h \ |
24 | transferserver.h \ | 24 | transferserver.h \ |
25 | qcopbridge.h \ | 25 | qcopbridge.h \ |
26 | packageslave.h \ | 26 | packageslave.h \ |
27 | irserver.h \ | 27 | irserver.h \ |
28 | /skiff/opie/rsync/buf.h \ | 28 | $(OPIEDIR)/rsync/buf.h \ |
29 | /skiff/opie/rsync/checksum.h \ | 29 | $(OPIEDIR)/rsync/checksum.h \ |
30 | /skiff/opie/rsync/command.h \ | 30 | $(OPIEDIR)/rsync/command.h \ |
31 | /skiff/opie/rsync/emit.h \ | 31 | $(OPIEDIR)/rsync/emit.h \ |
32 | /skiff/opie/rsync/job.h \ | 32 | $(OPIEDIR)/rsync/job.h \ |
33 | /skiff/opie/rsync/netint.h \ | 33 | $(OPIEDIR)/rsync/netint.h \ |
34 | /skiff/opie/rsync/protocol.h \ | 34 | $(OPIEDIR)/rsync/protocol.h \ |
35 | /skiff/opie/rsync/prototab.h \ | 35 | $(OPIEDIR)/rsync/prototab.h \ |
36 | /skiff/opie/rsync/rsync.h \ | 36 | $(OPIEDIR)/rsync/rsync.h \ |
37 | /skiff/opie/rsync/search.h \ | 37 | $(OPIEDIR)/rsync/search.h \ |
38 | /skiff/opie/rsync/stream.h \ | 38 | $(OPIEDIR)/rsync/stream.h \ |
39 | /skiff/opie/rsync/sumset.h \ | 39 | $(OPIEDIR)/rsync/sumset.h \ |
40 | /skiff/opie/rsync/trace.h \ | 40 | $(OPIEDIR)/rsync/trace.h \ |
41 | /skiff/opie/rsync/types.h \ | 41 | $(OPIEDIR)/rsync/types.h \ |
42 | /skiff/opie/rsync/util.h \ | 42 | $(OPIEDIR)/rsync/util.h \ |
43 | /skiff/opie/rsync/whole.h \ | 43 | $(OPIEDIR)/rsync/whole.h \ |
44 | /skiff/opie/rsync/config_rsync.h \ | 44 | $(OPIEDIR)/rsync/config_rsync.h \ |
45 | /skiff/opie/rsync/qrsync.h | 45 | $(OPIEDIR)/rsync/qrsync.h |
46 | # quicklauncher.h \ | 46 | # quicklauncher.h \ |
47 | 47 | ||
48 | SOURCES = background.cpp \ | 48 | SOURCES = background.cpp \ |
49 | desktop.cpp \ | 49 | desktop.cpp \ |
50 | qprocess.cpp qprocess_unix.cpp \ | 50 | qprocess.cpp qprocess_unix.cpp \ |
51 | info.cpp \ | 51 | info.cpp \ |
52 | appicons.cpp \ | 52 | appicons.cpp \ |
53 | taskbar.cpp \ | 53 | taskbar.cpp \ |
54 | sidething.cpp \ | 54 | sidething.cpp \ |
55 | mrulist.cpp \ | 55 | mrulist.cpp \ |
56 | stabmon.cpp \ | 56 | stabmon.cpp \ |
57 | inputmethods.cpp \ | 57 | inputmethods.cpp \ |
58 | systray.cpp \ | 58 | systray.cpp \ |
59 | wait.cpp \ | 59 | wait.cpp \ |
60 | shutdownimpl.cpp \ | 60 | shutdownimpl.cpp \ |
61 | launcher.cpp \ | 61 | launcher.cpp \ |
62 | launcherview.cpp \ | 62 | launcherview.cpp \ |
63 | /skiff/opie/calibrate/calibrate.cpp \ | 63 | $(OPIEDIR)/calibrate/calibrate.cpp \ |
64 | transferserver.cpp \ | 64 | transferserver.cpp \ |
65 | packageslave.cpp \ | 65 | packageslave.cpp \ |
66 | irserver.cpp \ | 66 | irserver.cpp \ |
67 | qcopbridge.cpp \ | 67 | qcopbridge.cpp \ |
68 | startmenu.cpp \ | 68 | startmenu.cpp \ |
69 | main.cpp \ | 69 | main.cpp \ |
70 | /skiff/opie/rsync/base64.c \ | 70 | $(OPIEDIR)/rsync/base64.c \ |
71 | /skiff/opie/rsync/buf.c \ | 71 | $(OPIEDIR)/rsync/buf.c \ |
72 | /skiff/opie/rsync/checksum.c \ | 72 | $(OPIEDIR)/rsync/checksum.c \ |
73 | /skiff/opie/rsync/command.c \ | 73 | $(OPIEDIR)/rsync/command.c \ |
74 | /skiff/opie/rsync/delta.c \ | 74 | $(OPIEDIR)/rsync/delta.c \ |
75 | /skiff/opie/rsync/emit.c \ | 75 | $(OPIEDIR)/rsync/emit.c \ |
76 | /skiff/opie/rsync/hex.c \ | 76 | $(OPIEDIR)/rsync/hex.c \ |
77 | /skiff/opie/rsync/job.c \ | 77 | $(OPIEDIR)/rsync/job.c \ |
78 | /skiff/opie/rsync/mdfour.c \ | 78 | $(OPIEDIR)/rsync/mdfour.c \ |
79 | /skiff/opie/rsync/mksum.c \ | 79 | $(OPIEDIR)/rsync/mksum.c \ |
80 | /skiff/opie/rsync/msg.c \ | 80 | $(OPIEDIR)/rsync/msg.c \ |
81 | /skiff/opie/rsync/netint.c \ | 81 | $(OPIEDIR)/rsync/netint.c \ |
82 | /skiff/opie/rsync/patch.c \ | 82 | $(OPIEDIR)/rsync/patch.c \ |
83 | /skiff/opie/rsync/prototab.c \ | 83 | $(OPIEDIR)/rsync/prototab.c \ |
84 | /skiff/opie/rsync/readsums.c \ | 84 | $(OPIEDIR)/rsync/readsums.c \ |
85 | /skiff/opie/rsync/scoop.c \ | 85 | $(OPIEDIR)/rsync/scoop.c \ |
86 | /skiff/opie/rsync/search.c \ | 86 | $(OPIEDIR)/rsync/search.c \ |
87 | /skiff/opie/rsync/stats.c \ | 87 | $(OPIEDIR)/rsync/stats.c \ |
88 | /skiff/opie/rsync/stream.c \ | 88 | $(OPIEDIR)/rsync/stream.c \ |
89 | /skiff/opie/rsync/sumset.c \ | 89 | $(OPIEDIR)/rsync/sumset.c \ |
90 | /skiff/opie/rsync/trace.c \ | 90 | $(OPIEDIR)/rsync/trace.c \ |
91 | /skiff/opie/rsync/tube.c \ | 91 | $(OPIEDIR)/rsync/tube.c \ |
92 | /skiff/opie/rsync/util.c \ | 92 | $(OPIEDIR)/rsync/util.c \ |
93 | /skiff/opie/rsync/version.c \ | 93 | $(OPIEDIR)/rsync/version.c \ |
94 | /skiff/opie/rsync/whole.c \ | 94 | $(OPIEDIR)/rsync/whole.c \ |
95 | /skiff/opie/rsync/qrsync.cpp | 95 | $(OPIEDIR)/rsync/qrsync.cpp |
96 | 96 | ||
97 | INTERFACES= shutdown.ui syncdialog.ui | 97 | INTERFACES= shutdown.ui syncdialog.ui |
98 | 98 | ||
99 | INCLUDEPATH += $(OPIEDIR)/include | 99 | INCLUDEPATH += $(OPIEDIR)/include |
100 | DEPENDPATH+= $(OPIEDIR)/include . | 100 | DEPENDPATH+= $(OPIEDIR)/include . |
101 | 101 | ||
102 | INCLUDEPATH += $(OPIEDIR)/calibrate | 102 | INCLUDEPATH += $(OPIEDIR)/calibrate |
103 | DEPENDPATH+= $(OPIEDIR)/calibrate | 103 | DEPENDPATH+= $(OPIEDIR)/calibrate |
104 | 104 | ||
105 | INCLUDEPATH += $(OPIEDIR)/rsync | 105 | INCLUDEPATH += $(OPIEDIR)/rsync |
106 | DEPENDPATH+= $(OPIEDIR)/rsync | 106 | DEPENDPATH+= $(OPIEDIR)/rsync |
107 | 107 | ||
108 | TARGET = qpe | 108 | TARGET = qpe |
109 | 109 | ||
110 | LIBS += -lqpe -lcrypt | 110 | LIBS += -lqpe -lcrypt |
111 | 111 | ||
112 | TRANSLATIONS = ../i18n/de/qpe.ts | 112 | TRANSLATIONS = ../i18n/de/qpe.ts |
113 | TRANSLATIONS = ../i18n/pt_BR/qpe.ts | 113 | TRANSLATIONS = ../i18n/pt_BR/qpe.ts |