cherry-pic conflict solved - Adding db backend of official server (now AGPL3).
This commit is contained in:
+11
-2
@@ -1,8 +1,17 @@
|
||||
# QMake pro-file for PokerTH
|
||||
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS = pokerth_protocol.pro pokerth_db.pro pokerth_lib.pro pokerth_game.pro
|
||||
!mac:!gui_800x480:!client {
|
||||
SUBDIRS = pokerth_protocol.pro pokerth_db.pro pokerth_lib.pro
|
||||
official_server {
|
||||
SUBDIRS += pokerth_dbofficial.pro
|
||||
}
|
||||
qml-client{
|
||||
SUBDIRS += pokerth_qml-client.pro
|
||||
}
|
||||
!qml-client{
|
||||
SUBDIRS += pokerth_game.pro
|
||||
}
|
||||
!mac:!gui_800x480:!client:!qml-client {
|
||||
SUBDIRS += pokerth_server.pro chatcleaner.pro
|
||||
}
|
||||
CONFIG += ordered
|
||||
|
||||
Reference in New Issue
Block a user