aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/kristall.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/kristall.pro b/src/kristall.pro
index d74bfad..2a8b21e 100644
--- a/src/kristall.pro
+++ b/src/kristall.pro
@@ -15,6 +15,10 @@ DEFINES += QT_DEPRECATED_WARNINGS
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
LIBS += -lcrypto
+
+# We need iconv on non-linux platforms
+!linux: LIBS += -liconv
+
QMAKE_CFLAGS += -Wno-unused-parameter -Werror=return-type
QMAKE_CXXFLAGS += -Wno-unused-parameter -Werror=return-type