2007-03-08 00:34:44 +00:00
|
|
|
# QMake pro-file for PokerTH
|
2007-01-13 02:40:33 +00:00
|
|
|
|
2007-08-11 14:18:48 +00:00
|
|
|
TEMPLATE = subdirs
|
2011-10-27 19:49:19 +00:00
|
|
|
SUBDIRS = pokerth_protocol.pro pokerth_db.pro pokerth_lib.pro pokerth_game.pro
|
2012-06-21 13:01:37 +02:00
|
|
|
!mac:!gui_800x480:!client {
|
2011-10-27 19:49:19 +00:00
|
|
|
SUBDIRS += pokerth_server.pro chatcleaner.pro
|
|
|
|
|
}
|
2007-08-11 14:18:48 +00:00
|
|
|
CONFIG += ordered
|