include SQLITE3-LIB
This commit is contained in:
+2
-1
@@ -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
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user