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