Adding db backend of official server (now AGPL3).

This commit is contained in:
Lothar May
2016-09-03 21:03:43 +02:00
parent c406ee147b
commit bc3e716681
41 changed files with 3021 additions and 2 deletions
+3
View File
@@ -2,6 +2,9 @@
TEMPLATE = subdirs
SUBDIRS = pokerth_protocol.pro pokerth_db.pro pokerth_lib.pro
official_server {
SUBDIRS += pokerth_dbofficial.pro
}
qml-client{
SUBDIRS += pokerth_qml-client.pro
}