diff --git a/pokerth.pro b/pokerth.pro index b1107a20..6024cd5f 100755 --- a/pokerth.pro +++ b/pokerth.pro @@ -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