From 4598de103dc42aaeda62e60d28ad7b2ddcb6f6a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Czerpak?= Date: Tue, 30 Apr 2013 13:43:48 +0200 Subject: [PATCH] 2013-04-30 13:43 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/gtqtc/gtqtc.hbc ! added QtWidgets library to all QT5 builds --- ChangeLog.txt | 4 ++++ contrib/gtqtc/gtqtc.hbc | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index d4ace49439..165d4c8ea0 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,6 +10,10 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2013-04-30 13:43 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) + * contrib/gtqtc/gtqtc.hbc + ! added QtWidgets library to all QT5 builds + 2013-04-30 13:30 UTC+0200 Tamas TEVESZ (ice extreme.hu) * bin/3rdpatch.hb * Tweak error counter a bit diff --git a/contrib/gtqtc/gtqtc.hbc b/contrib/gtqtc/gtqtc.hbc index 2edd0f8f28..0551437da2 100644 --- a/contrib/gtqtc/gtqtc.hbc +++ b/contrib/gtqtc/gtqtc.hbc @@ -19,8 +19,10 @@ depfinish=qt5 {(allwin|os2)&!HBMK_HAS_QT5}libs=QtCore4 QtGui4 {(allwin|os2)&HBMK_HAS_QT5}libs=Qt5Core Qt5Gui Qt5Widgets {linux|beos|symbian}libs=QtCore QtGui +{(linux|beos|symbian)&HBMK_HAS_QT5}libs=QtWidgets {darwin}ldflags=-F${HBMK_DIR_QT}/../lib {darwin}frameworks=QtCore QtGui +{darwin&HBMK_HAS_QT5}frameworks=QtWidgets {(bsd|darwin)}libs=stdc++ cpp=yes