From f80b38b2e348b588bf7560161d7551e6bd4939c0 Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 21 Feb 2004 11:32:55 +0000 Subject: Move to LibOpie2 remove launcher global and use OGlobal --- (limited to 'core/launcher/server.pro') 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 @@ -46,7 +46,6 @@ HEADERS += server.h \ $$(OPIEDIR)/rsync/qrsync.h \ syncdialog.h \ serverapp.h \ - launcherglobal.h \ qprocess.h \ screensaver.h @@ -101,7 +100,6 @@ SOURCES += server.cpp \ $$(OPIEDIR)/rsync/qrsync.cpp \ syncdialog.cpp \ serverapp.cpp \ - launcherglobal.cpp \ qprocess.cpp \ qprocess_unix.cpp \ screensaver.cpp @@ -115,11 +113,12 @@ DEPENDPATH += $(OPIEDIR)/rsync 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 } include ( $(OPIEDIR)/include.pro ) -- cgit v0.9.0.2