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 += $$BOOST_LIBS
LIBS += -lSDL_mixer \ LIBS += -lSDL_mixer \
-lcurl \ -lcurl \
-lgsasl -lgsasl \
-lsqlite3
!isEmpty( BSD ):isEmpty( kFreeBSD ):LIBS += -lcrypto !isEmpty( BSD ):isEmpty( kFreeBSD ):LIBS += -lcrypto
else:LIBS += -lgnutls-openssl \ else:LIBS += -lgnutls-openssl \
-lgcrypt -lgcrypt
+1 -1
View File
@@ -274,7 +274,7 @@ unix : !mac {
-lpokerth_db \ -lpokerth_db \
-lpokerth_protocol -lpokerth_protocol
LIBS += $$BOOST_LIBS LIBS += $$BOOST_LIBS
LIBS += -lcurl -lgsasl LIBS += -lcurl -lgsasl -lsqlite3
!isEmpty( BSD ): isEmpty( kFreeBSD ){ !isEmpty( BSD ): isEmpty( kFreeBSD ){
LIBS += -lcrypto -liconv LIBS += -lcrypto -liconv
} else { } else {