summaryrefslogtreecommitdiff
path: root/core/launcher/server.pro
Side-by-side diff
Diffstat (limited to 'core/launcher/server.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/server.pro7
1 files changed, 3 insertions, 4 deletions
diff --git a/core/launcher/server.pro b/core/launcher/server.pro
index 0513536..f82c741 100644
--- a/core/launcher/server.pro
+++ b/core/launcher/server.pro
@@ -48,3 +48,2 @@ HEADERS += server.h \
serverapp.h \
- launcherglobal.h \
qprocess.h \
@@ -103,3 +102,2 @@ SOURCES += server.cpp \
serverapp.cpp \
- launcherglobal.cpp \
qprocess.cpp \
@@ -117,7 +115,8 @@ TARGET = qpe
+#needs OWait and ODevice
CONFTEST = $$system( echo $CONFIG_TARGET_MACOSX )
contains( CONFTEST, y ){
- LIBS += -lqpe -lopie
+ LIBS += -lqpe -lopiecore2 -lopieui2
}else{
- LIBS += -lcrypt -lqpe -lopie
+ LIBS += -lcrypt -lqpe -lopiecore2 -lopieui2
}