Fixed Windows compile. Moved "-lsqlcipher" to libretroshare.pro

This commit is contained in:
thunder2 2015-09-05 21:31:38 +02:00
parent cd2dce3e3e
commit d4226b6815
3 changed files with 2 additions and 6 deletions

View File

@ -263,6 +263,8 @@ win32 {
CONFIG += upnp_miniupnpc
LIBS += -lsqlcipher
LIBS_DIR = $$PWD/../../../libs
OPENPGPSDK_DIR = $$PWD/../../openpgpsdk/src

View File

@ -185,8 +185,6 @@ win32 {
LIBS += ../../libretroshare/src/lib/libretroshare.a
LIBS += -L"$$LIBS_DIR/lib"
LIBS += -lsqlcipher
LIBS += -lssl -lcrypto -lpthread -lminiupnpc -lz -lws2_32
LIBS += -luuid -lole32 -liphlpapi -lcrypt32 -lgdi32
LIBS += -lole32 -lwinmm

View File

@ -93,10 +93,6 @@ win32 {
DEPENDPATH += $$LIBS_DIR/include
INCLUDEPATH += $$LIBS_DIR/include
gxs {
LIBS += -lsqlcipher
}
}
##################################### MacOS ######################################