removed sqlite3 lib from ld when using sqlcipher.

This commit is contained in:
cyril soler 2018-05-03 11:32:24 +02:00
parent 1366f6131b
commit 56e8134d45

View File

@ -258,7 +258,7 @@ RS_UPNP_LIB = upnp ixml threadutil
sqlcipher {
DEFINES -= NO_SQLCIPHER
RS_SQL_LIB = sqlcipher sqlite3
RS_SQL_LIB = sqlcipher
}
no_sqlcipher {
DEFINES *= NO_SQLCIPHER