summaryrefslogtreecommitdiff
path: root/core/launcher/server.pro
Unidiff
Diffstat (limited to 'core/launcher/server.pro') (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/server.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/launcher/server.pro b/core/launcher/server.pro
index 93baeb4..0513536 100644
--- a/core/launcher/server.pro
+++ b/core/launcher/server.pro
@@ -115,6 +115,11 @@ DEPENDPATH += $(OPIEDIR)/rsync
115 115
116 TARGET = qpe 116 TARGET = qpe
117 117
118CONFTEST = $$system( echo $CONFIG_TARGET_MACOSX )
119contains( CONFTEST, y ){
120 LIBS += -lqpe -lopie
121}else{
118 LIBS+= -lcrypt -lqpe -lopie 122 LIBS+= -lcrypt -lqpe -lopie
123}
119 124
120include ( $(OPIEDIR)/include.pro ) 125include ( $(OPIEDIR)/include.pro )