summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/launcher.pro106
1 files changed, 53 insertions, 53 deletions
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro
index 3b75008..bae5c51 100644
--- a/core/launcher/launcher.pro
+++ b/core/launcher/launcher.pro
@@ -1,6 +1,6 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
3 DESTDIR = $(OPIEDIR)/bin 3 DESTDIR = ../../bin
4 HEADERS = background.h \ 4 HEADERS = background.h \
5 desktop.h \ 5 desktop.h \
6 qprocess.h \ 6 qprocess.h \
@@ -17,30 +17,30 @@ HEADERS = background.h \
17 shutdownimpl.h \ 17 shutdownimpl.h \
18 launcher.h \ 18 launcher.h \
19 launcherview.h \ 19 launcherview.h \
20 $(OPIEDIR)/core/apps/calibrate/calibrate.h \ 20 ../../core/apps/calibrate/calibrate.h \
21 startmenu.h \ 21 startmenu.h \
22 transferserver.h \ 22 transferserver.h \
23 qcopbridge.h \ 23 qcopbridge.h \
24 packageslave.h \ 24 packageslave.h \
25 irserver.h \ 25 irserver.h \
26 $(OPIEDIR)/rsync/buf.h \ 26 ../../rsync/buf.h \
27 $(OPIEDIR)/rsync/checksum.h \ 27 ../../rsync/checksum.h \
28 $(OPIEDIR)/rsync/command.h \ 28 ../../rsync/command.h \
29 $(OPIEDIR)/rsync/emit.h \ 29 ../../rsync/emit.h \
30 $(OPIEDIR)/rsync/job.h \ 30 ../../rsync/job.h \
31 $(OPIEDIR)/rsync/netint.h \ 31 ../../rsync/netint.h \
32 $(OPIEDIR)/rsync/protocol.h \ 32 ../../rsync/protocol.h \
33 $(OPIEDIR)/rsync/prototab.h \ 33 ../../rsync/prototab.h \
34 $(OPIEDIR)/rsync/rsync.h \ 34 ../../rsync/rsync.h \
35 $(OPIEDIR)/rsync/search.h \ 35 ../../rsync/search.h \
36 $(OPIEDIR)/rsync/stream.h \ 36 ../../rsync/stream.h \
37 $(OPIEDIR)/rsync/sumset.h \ 37 ../../rsync/sumset.h \
38 $(OPIEDIR)/rsync/trace.h \ 38 ../../rsync/trace.h \
39 $(OPIEDIR)/rsync/types.h \ 39 ../../rsync/types.h \
40 $(OPIEDIR)/rsync/util.h \ 40 ../../rsync/util.h \
41 $(OPIEDIR)/rsync/whole.h \ 41 ../../rsync/whole.h \
42 $(OPIEDIR)/rsync/config_rsync.h \ 42 ../../rsync/config_rsync.h \
43 $(OPIEDIR)/rsync/qrsync.h 43 ../../rsync/qrsync.h
44 # quicklauncher.h \ 44 # quicklauncher.h \
45 SOURCES = background.cpp \ 45 SOURCES = background.cpp \
46 desktop.cpp \ 46 desktop.cpp \
@@ -58,46 +58,46 @@ SOURCES = background.cpp \
58 shutdownimpl.cpp \ 58 shutdownimpl.cpp \
59 launcher.cpp \ 59 launcher.cpp \
60 launcherview.cpp \ 60 launcherview.cpp \
61 $(OPIEDIR)/core/apps/calibrate/calibrate.cpp \ 61 ../../core/apps/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 $(OPIEDIR)/rsync/base64.c \ 68 ../../rsync/base64.c \
69 $(OPIEDIR)/rsync/buf.c \ 69 ../../rsync/buf.c \
70 $(OPIEDIR)/rsync/checksum.c \ 70 ../../rsync/checksum.c \
71 $(OPIEDIR)/rsync/command.c \ 71 ../../rsync/command.c \
72 $(OPIEDIR)/rsync/delta.c \ 72 ../../rsync/delta.c \
73 $(OPIEDIR)/rsync/emit.c \ 73 ../../rsync/emit.c \
74 $(OPIEDIR)/rsync/hex.c \ 74 ../../rsync/hex.c \
75 $(OPIEDIR)/rsync/job.c \ 75 ../../rsync/job.c \
76 $(OPIEDIR)/rsync/mdfour.c \ 76 ../../rsync/mdfour.c \
77 $(OPIEDIR)/rsync/mksum.c \ 77 ../../rsync/mksum.c \
78 $(OPIEDIR)/rsync/msg.c \ 78 ../../rsync/msg.c \
79 $(OPIEDIR)/rsync/netint.c \ 79 ../../rsync/netint.c \
80 $(OPIEDIR)/rsync/patch.c \ 80 ../../rsync/patch.c \
81 $(OPIEDIR)/rsync/prototab.c \ 81 ../../rsync/prototab.c \
82 $(OPIEDIR)/rsync/readsums.c \ 82 ../../rsync/readsums.c \
83 $(OPIEDIR)/rsync/scoop.c \ 83 ../../rsync/scoop.c \
84 $(OPIEDIR)/rsync/search.c \ 84 ../../rsync/search.c \
85 $(OPIEDIR)/rsync/stats.c \ 85 ../../rsync/stats.c \
86 $(OPIEDIR)/rsync/stream.c \ 86 ../../rsync/stream.c \
87 $(OPIEDIR)/rsync/sumset.c \ 87 ../../rsync/sumset.c \
88 $(OPIEDIR)/rsync/trace.c \ 88 ../../rsync/trace.c \
89 $(OPIEDIR)/rsync/tube.c \ 89 ../../rsync/tube.c \
90 $(OPIEDIR)/rsync/util.c \ 90 ../../rsync/util.c \
91 $(OPIEDIR)/rsync/version.c \ 91 ../../rsync/version.c \
92 $(OPIEDIR)/rsync/whole.c \ 92 ../../rsync/whole.c \
93 $(OPIEDIR)/rsync/qrsync.cpp 93 ../../rsync/qrsync.cpp
94 INTERFACES= syncdialog.ui 94 INTERFACES= syncdialog.ui
95INCLUDEPATH += $(OPIEDIR)/include 95INCLUDEPATH += ../../include
96 DEPENDPATH+= $(OPIEDIR)/include . 96 DEPENDPATH+= ../../include .
97INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate 97INCLUDEPATH += ../../core/apps/calibrate
98 DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate 98 DEPENDPATH+= ../../core/apps/calibrate
99INCLUDEPATH += $(OPIEDIR)/rsync 99INCLUDEPATH += ../../rsync
100 DEPENDPATH+= $(OPIEDIR)/rsync 100 DEPENDPATH+= ../../rsync
101 TARGET = qpe 101 TARGET = qpe
102 LIBS += -lqpe -lcrypt -lopie -luuid 102 LIBS += -lqpe -lcrypt -lopie -luuid
103 103