Merge pull request #754 from PhenomRetroShare/Fix_WinNoSQLCipherCompil

Fix Windows Compilation with CONFIG+=no_sqlcipher
This commit is contained in:
csoler 2017-03-25 20:24:40 +01:00 committed by GitHub
commit 04af39f19b

View File

@ -279,7 +279,12 @@ win32 {
CONFIG += upnp_miniupnpc
LIBS += -lsqlcipher
no_sqlcipher {
PKGCONFIG *= sqlite3
LIBS += -lsqlite3
} else {
LIBS += -lsqlcipher
}
DEPENDPATH += . $$INC_DIR
INCLUDEPATH += . $$INC_DIR