summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--include.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/include.pro b/include.pro
index 4bdcaa7..ef8661c 100644
--- a/include.pro
+++ b/include.pro
@@ -100,4 +100,7 @@ CONFTEST = $$system( echo $CONFIG_TARGET_MACOSX )
contains( CONFTEST, y ){
QMAKE_LFLAGS += -Wl
+LIBS -= -ldl
+LIBS -= -lcrypt
+LIBS -= -lm
}
else {