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:
+9
-1
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user