include SQLITE3-LIB

This commit is contained in:
floty
2010-11-27 23:31:47 +00:00
parent 8c136a6559
commit 79f3a283b1
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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
+1 -1
View File
@@ -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 {