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.pro104
1 files changed, 52 insertions, 52 deletions
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro
index 7d7c9ac..0078faf 100644
--- a/core/launcher/launcher.pro
+++ b/core/launcher/launcher.pro
@@ -1,11 +1,11 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 2
3 CONFIG = qt warn_on release 3 CONFIG = qt warn_on release
4 4
5 DESTDIR = $(QPEDIR)/bin 5 DESTDIR = $(OPIEDIR)/bin
6 6
7 HEADERS = background.h \ 7 HEADERS = background.h \
8 desktop.h \ 8 desktop.h \
9 info.h \ 9 info.h \
10 appicons.h \ 10 appicons.h \
11 taskbar.h \ 11 taskbar.h \
@@ -21,30 +21,30 @@ HEADERS = background.h \
21 ../calibrate/calibrate.h \ 21 ../calibrate/calibrate.h \
22 startmenu.h \ 22 startmenu.h \
23 transferserver.h \ 23 transferserver.h \
24 qcopbridge.h \ 24 qcopbridge.h \
25 packageslave.h \ 25 packageslave.h \
26 irserver.h \ 26 irserver.h \
27 $(QPEDIR)/rsync/buf.h \ 27 $(OPIEDIR)/rsync/buf.h \
28 $(QPEDIR)/rsync/checksum.h \ 28 $(OPIEDIR)/rsync/checksum.h \
29 $(QPEDIR)/rsync/command.h \ 29 $(OPIEDIR)/rsync/command.h \
30 $(QPEDIR)/rsync/emit.h \ 30 $(OPIEDIR)/rsync/emit.h \
31 $(QPEDIR)/rsync/job.h \ 31 $(OPIEDIR)/rsync/job.h \
32 $(QPEDIR)/rsync/netint.h \ 32 $(OPIEDIR)/rsync/netint.h \
33 $(QPEDIR)/rsync/protocol.h \ 33 $(OPIEDIR)/rsync/protocol.h \
34 $(QPEDIR)/rsync/prototab.h \ 34 $(OPIEDIR)/rsync/prototab.h \
35 $(QPEDIR)/rsync/rsync.h \ 35 $(OPIEDIR)/rsync/rsync.h \
36 $(QPEDIR)/rsync/search.h \ 36 $(OPIEDIR)/rsync/search.h \
37 $(QPEDIR)/rsync/stream.h \ 37 $(OPIEDIR)/rsync/stream.h \
38 $(QPEDIR)/rsync/sumset.h \ 38 $(OPIEDIR)/rsync/sumset.h \
39 $(QPEDIR)/rsync/trace.h \ 39 $(OPIEDIR)/rsync/trace.h \
40 $(QPEDIR)/rsync/types.h \ 40 $(OPIEDIR)/rsync/types.h \
41 $(QPEDIR)/rsync/util.h \ 41 $(OPIEDIR)/rsync/util.h \
42 $(QPEDIR)/rsync/whole.h \ 42 $(OPIEDIR)/rsync/whole.h \
43 $(QPEDIR)/rsync/config_rsync.h \ 43 $(OPIEDIR)/rsync/config_rsync.h \
44 $(QPEDIR)/rsync/qrsync.h 44 $(OPIEDIR)/rsync/qrsync.h
45 # quicklauncher.h \ 45 # quicklauncher.h \
46 46
47 SOURCES = background.cpp \ 47 SOURCES = background.cpp \
48 desktop.cpp \ 48 desktop.cpp \
49 info.cpp \ 49 info.cpp \
50 appicons.cpp \ 50 appicons.cpp \
@@ -55,56 +55,56 @@ SOURCES = background.cpp \
55 inputmethods.cpp \ 55 inputmethods.cpp \
56 systray.cpp \ 56 systray.cpp \
57 wait.cpp \ 57 wait.cpp \
58 shutdownimpl.cpp \ 58 shutdownimpl.cpp \
59 launcher.cpp \ 59 launcher.cpp \
60 launcherview.cpp \ 60 launcherview.cpp \
61 $(QPEDIR)/calibrate/calibrate.cpp \ 61 $(OPIEDIR)/calibrate/calibrate.cpp \
62 transferserver.cpp \ 62 transferserver.cpp \
63 packageslave.cpp \ 63 packageslave.cpp \
64 irserver.cpp \ 64 irserver.cpp \
65 qcopbridge.cpp \ 65 qcopbridge.cpp \
66 startmenu.cpp \ 66 startmenu.cpp \
67 main.cpp \ 67 main.cpp \
68 $(QPEDIR)/rsync/base64.c \ 68 $(OPIEDIR)/rsync/base64.c \
69 $(QPEDIR)/rsync/buf.c \ 69 $(OPIEDIR)/rsync/buf.c \
70 $(QPEDIR)/rsync/checksum.c \ 70 $(OPIEDIR)/rsync/checksum.c \
71 $(QPEDIR)/rsync/command.c \ 71 $(OPIEDIR)/rsync/command.c \
72 $(QPEDIR)/rsync/delta.c \ 72 $(OPIEDIR)/rsync/delta.c \
73 $(QPEDIR)/rsync/emit.c \ 73 $(OPIEDIR)/rsync/emit.c \
74 $(QPEDIR)/rsync/hex.c \ 74 $(OPIEDIR)/rsync/hex.c \
75 $(QPEDIR)/rsync/job.c \ 75 $(OPIEDIR)/rsync/job.c \
76 $(QPEDIR)/rsync/mdfour.c \ 76 $(OPIEDIR)/rsync/mdfour.c \
77 $(QPEDIR)/rsync/mksum.c \ 77 $(OPIEDIR)/rsync/mksum.c \
78 $(QPEDIR)/rsync/msg.c \ 78 $(OPIEDIR)/rsync/msg.c \
79 $(QPEDIR)/rsync/netint.c \ 79 $(OPIEDIR)/rsync/netint.c \
80 $(QPEDIR)/rsync/patch.c \ 80 $(OPIEDIR)/rsync/patch.c \
81 $(QPEDIR)/rsync/prototab.c \ 81 $(OPIEDIR)/rsync/prototab.c \
82 $(QPEDIR)/rsync/readsums.c \ 82 $(OPIEDIR)/rsync/readsums.c \
83 $(QPEDIR)/rsync/scoop.c \ 83 $(OPIEDIR)/rsync/scoop.c \
84 $(QPEDIR)/rsync/search.c \ 84 $(OPIEDIR)/rsync/search.c \
85 $(QPEDIR)/rsync/stats.c \ 85 $(OPIEDIR)/rsync/stats.c \
86 $(QPEDIR)/rsync/stream.c \ 86 $(OPIEDIR)/rsync/stream.c \
87 $(QPEDIR)/rsync/sumset.c \ 87 $(OPIEDIR)/rsync/sumset.c \
88 $(QPEDIR)/rsync/trace.c \ 88 $(OPIEDIR)/rsync/trace.c \
89 $(QPEDIR)/rsync/tube.c \ 89 $(OPIEDIR)/rsync/tube.c \
90 $(QPEDIR)/rsync/util.c \ 90 $(OPIEDIR)/rsync/util.c \
91 $(QPEDIR)/rsync/version.c \ 91 $(OPIEDIR)/rsync/version.c \
92 $(QPEDIR)/rsync/whole.c \ 92 $(OPIEDIR)/rsync/whole.c \
93 $(QPEDIR)/rsync/qrsync.cpp 93 $(OPIEDIR)/rsync/qrsync.cpp
94 94
95 INTERFACES= shutdown.ui syncdialog.ui 95 INTERFACES= shutdown.ui syncdialog.ui
96 96
97INCLUDEPATH += $(QPEDIR)/include 97INCLUDEPATH += $(OPIEDIR)/include
98 DEPENDPATH+= $(QPEDIR)/include . 98 DEPENDPATH+= $(OPIEDIR)/include .
99 99
100INCLUDEPATH += $(QPEDIR)/calibrate 100INCLUDEPATH += $(OPIEDIR)/calibrate
101 DEPENDPATH+= $(QPEDIR)/calibrate 101 DEPENDPATH+= $(OPIEDIR)/calibrate
102 102
103INCLUDEPATH += $(QPEDIR)/rsync 103INCLUDEPATH += $(OPIEDIR)/rsync
104 DEPENDPATH+= $(QPEDIR)/rsync 104 DEPENDPATH+= $(OPIEDIR)/rsync
105 105
106 TARGET = qpe 106 TARGET = qpe
107 107
108 LIBS += -lqpe -lcrypt 108 LIBS += -lqpe -lcrypt
109 109
110TRANSLATIONS = ../i18n/de/qpe.ts 110TRANSLATIONS = ../i18n/de/qpe.ts