Next steps on getting 800x480 gui running on Android. The first time on Motorola Defy (Android 2.2) the gametable looks nice and is really useable ;-)

This commit is contained in:
doitux
2012-05-04 01:06:04 +00:00
parent bdb43f68da
commit 4802529ec4
27 changed files with 560 additions and 48 deletions
+9 -1
View File
@@ -23,7 +23,14 @@ DEFINES += PREFIX=\"$${PREFIX}\"
TARGET = pokerth
# PRECOMPILED_HEADER = src/pch_game.h
RESOURCES = src/gui/qt/resources/pokerth.qrc
android{
RESOURCES = src/gui/qt/resources/pokerth_android.qrc
}
!android{
RESOURCES = src/gui/qt/resources/pokerth.qrc
}
INCLUDEPATH += . \
src \
src/engine \
@@ -603,3 +610,4 @@ android{
# sqlite3 is included directly.
INCLUDEPATH += src/third_party/sqlite3
}