From 31c8ff7ce2449cf4048e62db0f1c08d9f0dea541 Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 6 Apr 2013 23:27:52 +0200 Subject: [PATCH] Hack around https://bugreports.qt-project.org/browse/QTBUG-22829 to solve issue #180. --- pokerth_game.pro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pokerth_game.pro b/pokerth_game.pro index 8a02a5f5..7ca9cf35 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -1,5 +1,8 @@ # QMake pro-file for PokerTH game +# Hack around https://bugreports.qt-project.org/browse/QTBUG-22829 +QMAKE_MOC = $$QMAKE_MOC -DBOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION + isEmpty( PREFIX ){ PREFIX =/usr }