Add linker flags
authorMASM fan <masmfan@gmail.com>
Mon, 15 Dec 2014 20:50:38 +0000 (00:50 +0400)
committerMASM fan <masmfan@gmail.com>
Mon, 15 Dec 2014 20:50:38 +0000 (00:50 +0400)
novacoin-qt.pro

index 538b168..91011f0 100644 (file)
@@ -465,4 +465,14 @@ contains(RELEASE, 1) {
     }
 }
 
+linux-* {
+    # We may need some linuxism here
+    LIBS += -ldl
+}
+
+netbsd-*|freebsd-*|openbsd-* {
+    # libexecinfo is required for back trace
+    LIBS += -lexecinfo
+}
+
 system($$QMAKE_LRELEASE -silent $$PWD/src/qt/locale/translations.pro)