From 79f3a283b1ab7d37b0959cdcc12c6572f39602fc Mon Sep 17 00:00:00 2001 From: floty Date: Sat, 27 Nov 2010 23:31:47 +0000 Subject: [PATCH] include SQLITE3-LIB --- pokerth_game.pro | 3 ++- pokerth_server.pro | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index 56118010..123d0811 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -448,7 +448,8 @@ unix:!mac { LIBS += $$BOOST_LIBS LIBS += -lSDL_mixer \ -lcurl \ - -lgsasl + -lgsasl \ + -lsqlite3 !isEmpty( BSD ):isEmpty( kFreeBSD ):LIBS += -lcrypto else:LIBS += -lgnutls-openssl \ -lgcrypt diff --git a/pokerth_server.pro b/pokerth_server.pro index 521aabf5..e546077f 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -274,7 +274,7 @@ unix : !mac { -lpokerth_db \ -lpokerth_protocol LIBS += $$BOOST_LIBS - LIBS += -lcurl -lgsasl + LIBS += -lcurl -lgsasl -lsqlite3 !isEmpty( BSD ): isEmpty( kFreeBSD ){ LIBS += -lcrypto -liconv } else {