From c59a8274e1d9819250cb106c936387362e7f1b6a Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 26 Sep 2009 20:05:46 +0000 Subject: [PATCH] Integration of the db backend library. --- pokerth_lib.pro | 5 +++++ pokerth_server.pro | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/pokerth_lib.pro b/pokerth_lib.pro index 26844b52..e190e90f 100644 --- a/pokerth_lib.pro +++ b/pokerth_lib.pro @@ -218,6 +218,11 @@ SOURCES += \ src/gui/generic/serverguiwrapper.cpp \ src/gui/qttoolsinterface.cpp +official_server{ + INCLUDEPATH += pkth_stat/daemon_lib/src + DEFINES += POKERTH_OFFICIAL_SERVER +} + win32{ DEFINES += CURL_STATICLIB DEFINES += _WIN32_WINNT=0x0501 diff --git a/pokerth_server.pro b/pokerth_server.pro index a526cc2f..c78be62f 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -111,6 +111,13 @@ SOURCES += \ src/net/common/net_helper_server.cpp \ src/core/common/loghelper_server.cpp +official_server { + LIBPATH += pkth_stat/daemon_lib/lib + LIBS += -lpokerth_closed + DEFINES += POKERTH_OFFICIAL_SERVER +} + + win32 { DEFINES += CURL_STATICLIB DEFINES += _WIN32_WINNT=0x0501