From 20be85e9b6bb6891113d09ab56d2f1db2d87474a Mon Sep 17 00:00:00 2001 From: MASM fan Date: Tue, 16 Dec 2014 00:50:38 +0400 Subject: [PATCH] Add linker flags --- novacoin-qt.pro | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/novacoin-qt.pro b/novacoin-qt.pro index 538b168..91011f0 100644 --- a/novacoin-qt.pro +++ b/novacoin-qt.pro @@ -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) -- 1.7.1