Fix Windows Compilation with CONFIG+=no_sqlcipher

This commit is contained in:
Phenom 2017-03-17 22:14:14 +01:00
parent ca0521cb2d
commit 5efa8e3f3f

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