From 0e052b0efe6773bdbea309d3fb506bf4f62e18c2 Mon Sep 17 00:00:00 2001 From: doitux Date: Tue, 18 Dec 2012 19:20:52 +0100 Subject: [PATCH] compile bugfix for pc version --- pokerth_game.pro | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index 8722ab35..54017fa7 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -211,9 +211,7 @@ HEADERS += src/engine/game.h \ src/gui/qt/sound/soundevents.h \ src/gui/qt/mymessagebox/mymessagebox.h \ src/gui/qt/logfiledialog/logfiledialog.h \ - src/gui/qt/logfiledialog/callback.h \ - src/gui/qt/sound/androidaudio.h \ - src/gui/qt/sound/androidsoundeffect.h + src/gui/qt/logfiledialog/callback.h !gui_800x480 { FORMS += src/gui/qt/gametable.ui \ @@ -292,9 +290,8 @@ SOURCES += src/pokerth.cpp \ src/gui/qt/sound/soundevents.cpp \ src/gui/qt/mymessagebox/mymessagebox.cpp \ src/gui/qt/logfiledialog/logfiledialog.cpp \ - src/gui/qt/logfiledialog/callback.cpp \ - src/gui/qt/sound/androidaudio.cpp \ - src/gui/qt/sound/androidsoundeffect.cpp + src/gui/qt/logfiledialog/callback.cpp + TRANSLATIONS = ts/pokerth_af.ts \ ts/pokerth_bg.ts \ ts/pokerth_zhcn.ts \ @@ -631,6 +628,12 @@ android{ DEFINES += BOOST_FILESYSTEM_VERSION=2 # sqlite3 is included directly. INCLUDEPATH += src/third_party/sqlite3 + + HEADERS += src/gui/qt/sound/androidaudio.h \ + src/gui/qt/sound/androidsoundeffect.h + + SOURCES += src/gui/qt/sound/androidaudio.cpp \ + src/gui/qt/sound/androidsoundeffect.cpp } maemo{