gui preperations for #146
This commit is contained in:
+7
-2
@@ -207,7 +207,8 @@ HEADERS += src/engine/game.h \
|
||||
src/gui/qt/gametable/myslider.h \
|
||||
src/gui/qt/gametable/mycashlabel.h \
|
||||
src/gui/qt/sound/soundevents.h \
|
||||
src/gui/qt/mymessagebox/mymessagebox.h
|
||||
src/gui/qt/mymessagebox/mymessagebox.h \
|
||||
src/gui/qt/logfiledialog/logfiledialog.h
|
||||
|
||||
!gui_800x480 {
|
||||
FORMS += src/gui/qt/gametable.ui \
|
||||
@@ -283,7 +284,8 @@ SOURCES += src/pokerth.cpp \
|
||||
src/net/common/servermanagerfactoryclient.cpp \
|
||||
src/gui/qt/gametable/mycashlabel.cpp \
|
||||
src/gui/qt/sound/soundevents.cpp \
|
||||
src/gui/qt/mymessagebox/mymessagebox.cpp
|
||||
src/gui/qt/mymessagebox/mymessagebox.cpp \
|
||||
src/gui/qt/logfiledialog/logfiledialog.cpp
|
||||
TRANSLATIONS = ts/pokerth_af.ts \
|
||||
ts/pokerth_bg.ts \
|
||||
ts/pokerth_zhcn.ts \
|
||||
@@ -620,3 +622,6 @@ android{
|
||||
maemo{
|
||||
DEFINES += MAEMO
|
||||
}
|
||||
|
||||
FORMS += \
|
||||
src/gui/qt/logfiledialog.ui
|
||||
|
||||
Reference in New Issue
Block a user