summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/server.pro14
1 files changed, 5 insertions, 9 deletions
diff --git a/core/launcher/server.pro b/core/launcher/server.pro
index 053bb77..25806b6 100644
--- a/core/launcher/server.pro
+++ b/core/launcher/server.pro
@@ -55,78 +55,74 @@ SOURCES += server.cpp \
55 serverinterface.cpp \ 55 serverinterface.cpp \
56 launchertab.cpp \ 56 launchertab.cpp \
57 documentlist.cpp \ 57 documentlist.cpp \
58 appicons.cpp \ 58 appicons.cpp \
59 taskbar.cpp \ 59 taskbar.cpp \
60 runningappbar.cpp \ 60 runningappbar.cpp \
61 applauncher.cpp \ 61 applauncher.cpp \
62 stabmon.cpp \ 62 stabmon.cpp \
63 inputmethods.cpp \ 63 inputmethods.cpp \
64 systray.cpp \ 64 systray.cpp \
65 wait.cpp \ 65 wait.cpp \
66 shutdownimpl.cpp \ 66 shutdownimpl.cpp \
67 launcher.cpp \ 67 launcher.cpp \
68 launcherview.cpp \ 68 launcherview.cpp \
69 $$(OPIEDIR)/core/apps/calibrate/calibrate.cpp \ 69 $$(OPIEDIR)/core/apps/calibrate/calibrate.cpp \
70 transferserver.cpp \ 70 transferserver.cpp \
71 packageslave.cpp \ 71 packageslave.cpp \
72 irserver.cpp \ 72 irserver.cpp \
73 qcopbridge.cpp \ 73 qcopbridge.cpp \
74 startmenu.cpp \ 74 startmenu.cpp \
75 main.cpp \ 75 main.cpp \
76 firstuse.cpp \ 76 firstuse.cpp \
77 $$(OPIEDIR)/rsync/base64.c \ 77 $$(OPIEDIR)/rsync/base64.c \
78 $$(OPIEDIR)/rsync/buf.c \ 78 $$(OPIEDIR)/rsync/buf.c \
79 $$(OPIEDIR)/rsync/checksum.c \ 79 $$(OPIEDIR)/rsync/checksum.c \
80 $$(OPIEDIR)/rsync/command.c \ 80 $$(OPIEDIR)/rsync/command.c \
81 $$(OPIEDIR)/rsync/delta.c \ 81 $$(OPIEDIR)/rsync/delta.c \
82 $$(OPIEDIR)/rsync/emit.c \ 82 $$(OPIEDIR)/rsync/emit.c \
83 $$(OPIEDIR)/rsync/hex.c \ 83 $$(OPIEDIR)/rsync/hex.c \
84 $$(OPIEDIR)/rsync/job.c \ 84 $$(OPIEDIR)/rsync/job.c \
85 $$(OPIEDIR)/rsync/mdfour.c \ 85 $$(OPIEDIR)/rsync/mdfour.c \
86 $$(OPIEDIR)/rsync/mksum.c \ 86 $$(OPIEDIR)/rsync/mksum.c \
87 $$(OPIEDIR)/rsync/msg.c \ 87 $$(OPIEDIR)/rsync/msg.c \
88 $$(OPIEDIR)/rsync/netint.c \ 88 $$(OPIEDIR)/rsync/netint.c \
89 $$(OPIEDIR)/rsync/patch.c \ 89 $$(OPIEDIR)/rsync/patch.c \
90 $$(OPIEDIR)/rsync/prototab.c \ 90 $$(OPIEDIR)/rsync/prototab.c \
91 $$(OPIEDIR)/rsync/readsums.c \ 91 $$(OPIEDIR)/rsync/readsums.c \
92 $$(OPIEDIR)/rsync/scoop.c \ 92 $$(OPIEDIR)/rsync/scoop.c \
93 $$(OPIEDIR)/rsync/search.c \ 93 $$(OPIEDIR)/rsync/search.c \
94 $$(OPIEDIR)/rsync/stats.c \ 94 $$(OPIEDIR)/rsync/stats.c \
95 $$(OPIEDIR)/rsync/stream.c \ 95 $$(OPIEDIR)/rsync/stream.c \
96 $$(OPIEDIR)/rsync/sumset.c \ 96 $$(OPIEDIR)/rsync/sumset.c \
97 $$(OPIEDIR)/rsync/trace.c \ 97 $$(OPIEDIR)/rsync/trace.c \
98 $$(OPIEDIR)/rsync/tube.c \ 98 $$(OPIEDIR)/rsync/tube.c \
99 $$(OPIEDIR)/rsync/util.c \ 99 $$(OPIEDIR)/rsync/util.c \
100 $$(OPIEDIR)/rsync/version.c \ 100 $$(OPIEDIR)/rsync/version.c \
101 $$(OPIEDIR)/rsync/whole.c \ 101 $$(OPIEDIR)/rsync/whole.c \
102 $$(OPIEDIR)/rsync/qrsync.cpp \ 102 $$(OPIEDIR)/rsync/qrsync.cpp \
103 syncdialog.cpp \ 103 syncdialog.cpp \
104 serverapp.cpp \ 104 serverapp.cpp \
105 qprocess.cpp \ 105 qprocess.cpp \
106 qprocess_unix.cpp \ 106 qprocess_unix.cpp \
107 screensaver.cpp \ 107 screensaver.cpp \
108 $$(OPIEDIR)/noncore/settings/mediummount/mediumwidget.cc \ 108 $$(OPIEDIR)/noncore/settings/mediummount/mediumwidget.cc \
109 mediadlg.cpp 109 mediadlg.cpp
110 110
111 111
112INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate 112INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate
113 DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate 113 DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate
114 114
115INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/rsync 115INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/rsync
116 DEPENDPATH+= $(OPIEDIR)/rsync 116 DEPENDPATH+= $(OPIEDIR)/rsync
117 117
118INCLUDEPATH += $(OPIEDIR)/noncore/settings/mediummount 118INCLUDEPATH += $(OPIEDIR)/noncore/settings/mediummount
119 DEPENDPATH+= $(OPIEDIR)/noncore/settings/mediummount 119DEPENDPATH += $(OPIEDIR)/noncore/settings/mediummount
120 120
121LIBS += -lqpe -lopiecore2 -lopieui2
122TARGET = qpe
121 123
122 TARGET = qpe 124contains( $(CONFIG_TARGET_MACOSX), y ) {
123 125 LIBS += -lcrypt
124#needs OWait and ODevice
125CONFTEST = $$system( echo $CONFIG_TARGET_MACOSX )
126contains( CONFTEST, y ){
127 LIBS += -lqpe -lopiecore2 -lopieui2
128}else{
129 LIBS+= -lcrypt -lqpe -lopiecore2 -lopieui2
130} 126}
131 127
132include ( $(OPIEDIR)/include.pro ) 128include ( $(OPIEDIR)/include.pro )