mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-26 16:05:48 -04:00
Fix Windows Compilation with CONFIG+=no_sqlcipher
This commit is contained in:
parent
ca0521cb2d
commit
5efa8e3f3f
1 changed files with 6 additions and 1 deletions
|
@ -279,7 +279,12 @@ win32 {
|
||||||
|
|
||||||
CONFIG += upnp_miniupnpc
|
CONFIG += upnp_miniupnpc
|
||||||
|
|
||||||
|
no_sqlcipher {
|
||||||
|
PKGCONFIG *= sqlite3
|
||||||
|
LIBS += -lsqlite3
|
||||||
|
} else {
|
||||||
LIBS += -lsqlcipher
|
LIBS += -lsqlcipher
|
||||||
|
}
|
||||||
|
|
||||||
DEPENDPATH += . $$INC_DIR
|
DEPENDPATH += . $$INC_DIR
|
||||||
INCLUDEPATH += . $$INC_DIR
|
INCLUDEPATH += . $$INC_DIR
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue