Trying to fix lib dependencies.
This commit is contained in:
+6
-7
@@ -111,13 +111,6 @@ SOURCES += \
|
|||||||
src/net/common/net_helper_server.cpp \
|
src/net/common/net_helper_server.cpp \
|
||||||
src/core/common/loghelper_server.cpp
|
src/core/common/loghelper_server.cpp
|
||||||
|
|
||||||
official_server {
|
|
||||||
LIBPATH += pkth_stat/daemon_lib/lib
|
|
||||||
LIBS += -lpokerth_closed
|
|
||||||
DEFINES += POKERTH_OFFICIAL_SERVER
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
win32 {
|
win32 {
|
||||||
DEFINES += CURL_STATICLIB
|
DEFINES += CURL_STATICLIB
|
||||||
DEFINES += _WIN32_WINNT=0x0501
|
DEFINES += _WIN32_WINNT=0x0501
|
||||||
@@ -268,6 +261,12 @@ unix : !mac {
|
|||||||
INSTALLS += binary
|
INSTALLS += binary
|
||||||
}
|
}
|
||||||
|
|
||||||
|
official_server {
|
||||||
|
LIBPATH += pkth_stat/daemon_lib/lib
|
||||||
|
LIBS += -lpokerth_closed -lmysqlpp
|
||||||
|
DEFINES += POKERTH_OFFICIAL_SERVER
|
||||||
|
}
|
||||||
|
|
||||||
mac {
|
mac {
|
||||||
# make it universal
|
# make it universal
|
||||||
CONFIG += x86
|
CONFIG += x86
|
||||||
|
|||||||
Reference in New Issue
Block a user