Skip server build on Mac.

This commit is contained in:
lotodore
2011-10-27 19:49:19 +00:00
parent d00bd96511
commit 7dd8ec7ffd
+4 -1
View File
@@ -1,5 +1,8 @@
# QMake pro-file for PokerTH
TEMPLATE = subdirs
SUBDIRS = pokerth_protocol.pro pokerth_db.pro pokerth_lib.pro pokerth_game.pro pokerth_server.pro chatcleaner.pro
SUBDIRS = pokerth_protocol.pro pokerth_db.pro pokerth_lib.pro pokerth_game.pro
!mac {
SUBDIRS += pokerth_server.pro chatcleaner.pro
}
CONFIG += ordered