-rw-r--r-- | include.pro | 3 |
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 @@ -101,2 +101,5 @@ contains( CONFTEST, y ){ QMAKE_LFLAGS += -Wl +LIBS -= -ldl +LIBS -= -lcrypt +LIBS -= -lm } |