mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 13:30:36 -04:00
Merge pull request #754 from PhenomRetroShare/Fix_WinNoSQLCipherCompil
Fix Windows Compilation with CONFIG+=no_sqlcipher
This commit is contained in:
commit
04af39f19b
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue