From 36fef0be7f63d46dcdb4e311a826804c21ab25a6 Mon Sep 17 00:00:00 2001 From: doitux Date: Sat, 31 Aug 2013 14:23:24 +0200 Subject: [PATCH] tinyxml use STL for android --- pokerth_game.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/pokerth_game.pro b/pokerth_game.pro index 09f47258..f0239ba8 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -637,6 +637,7 @@ gui_800x480 { android{ # Use old boost::filesystem, because the new version requires std::wstring. DEFINES += BOOST_FILESYSTEM_VERSION=3 + DEFINES += TIXML_USE_STL # sqlite3 is included directly. INCLUDEPATH += src/third_party/sqlite3