From 75d1a225a0624f355f1c8a6876d6a56e185f006b Mon Sep 17 00:00:00 2001 From: doitux Date: Sat, 7 Apr 2012 12:33:32 +0000 Subject: [PATCH] fix pokerth.pro --- pokerth.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokerth.pro b/pokerth.pro index 98c59fa3..ed4db1ed 100755 --- a/pokerth.pro +++ b/pokerth.pro @@ -2,7 +2,7 @@ TEMPLATE = subdirs SUBDIRS = pokerth_protocol.pro pokerth_db.pro pokerth_lib.pro pokerth_game.pro -!unix:!mac:!gui_800x480 { +!mac:!gui_800x480 { SUBDIRS += pokerth_server.pro chatcleaner.pro } CONFIG += ordered