possible fix for #59

This commit is contained in:
doitux
2012-06-21 13:01:37 +02:00
parent 2f71cb3b22
commit 8b86c9c16d
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
TEMPLATE = subdirs
SUBDIRS = pokerth_protocol.pro pokerth_db.pro pokerth_lib.pro pokerth_game.pro
!mac:!gui_800x480 {
!mac:!gui_800x480:!client {
SUBDIRS += pokerth_server.pro chatcleaner.pro
}
CONFIG += ordered
@@ -38,6 +38,8 @@ gameLobbyDialogImpl::gameLobbyDialogImpl(startWindowImpl *parent, ConfigFile *c)
#ifdef __APPLE__
setWindowModality(Qt::ApplicationModal);
setWindowFlags(Qt::WindowSystemMenuHint | Qt::CustomizeWindowHint | Qt::Dialog);
#elif _WIN32
setWindowFlags(Qt::WindowMinimizeButtonHint | Qt::Dialog);
#endif
setupUi(this);