From 7dd8ec7ffd02d0a1cf964089aec1897fd42772cb Mon Sep 17 00:00:00 2001 From: lotodore Date: Thu, 27 Oct 2011 19:49:19 +0000 Subject: [PATCH] Skip server build on Mac. --- pokerth.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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