blob: 81e0faf2ba9a6163a33785182bdd0cb50352f2a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
diff -Naur pokerth-20230930_ecf031e.orig/chatcleaner.pro pokerth-20230930_ecf031e/chatcleaner.pro
--- pokerth-20230930_ecf031e.orig/chatcleaner.pro 2023-09-30 09:15:23.000000000 +0200
+++ pokerth-20230930_ecf031e/chatcleaner.pro 2024-03-03 16:38:51.640781000 +0100
@@ -38,6 +38,8 @@
LIBS += -lpokerth_lib \
-lpokerth_protocol \
-lprotobuf \
+ -labsl_log_internal_check_op \
+ -labsl_log_internal_message \
-ltinyxml
win32 {
diff -Naur pokerth-20230930_ecf031e.orig/pokerth_game.pro pokerth-20230930_ecf031e/pokerth_game.pro
--- pokerth-20230930_ecf031e.orig/pokerth_game.pro 2023-09-30 09:15:23.000000000 +0200
+++ pokerth-20230930_ecf031e/pokerth_game.pro 2024-03-03 15:33:13.587781000 +0100
@@ -524,7 +524,9 @@
kFreeBSD = $$find(UNAME, "kFreeBSD")
LIBS += -lsqlite3 \
-ltinyxml \
- -lprotobuf
+ -lprotobuf \
+ -labsl_log_internal_check_op \
+ -labsl_log_internal_message
LIBS += $$BOOST_LIBS
LIBS += -lSDL \
-lSDL_mixer \
diff -Naur pokerth-20230930_ecf031e.orig/pokerth_server.pro pokerth-20230930_ecf031e/pokerth_server.pro
--- pokerth-20230930_ecf031e.orig/pokerth_server.pro 2023-09-30 09:15:23.000000000 +0200
+++ pokerth-20230930_ecf031e/pokerth_server.pro 2024-03-03 15:43:03.651781000 +0100
@@ -285,7 +285,9 @@
LIBS += $$BOOST_LIBS
LIBS += -lsqlite3 \
-ltinyxml \
- -lprotobuf
+ -lprotobuf \
+ -labsl_log_internal_check_op \
+ -labsl_log_internal_message
LIBS += -lgsasl
!isEmpty( BSD ): isEmpty( kFreeBSD ){
LIBS += -lcrypto -liconv
|