More cleanup of .pro files

This commit is contained in:
Gioacchino Mazzurco 2018-01-30 18:25:04 +01:00
parent a4a2a9bc7c
commit 85d2e7e28a

View File

@ -124,8 +124,8 @@ SOURCES += openpgpsdk/opsstring.c
android-* {
## Add this here and not in retroshare.pri because static library are very
## sensible to order in command line
## Add this here because static library are very sensible to order in
## command line
LIBS += -L$$NATIVE_LIBS_TOOLCHAIN_PATH/sysroot/usr/lib/ -lssl
INCLUDEPATH += $$NATIVE_LIBS_TOOLCHAIN_PATH/sysroot/usr/include
DEPENDPATH += $$NATIVE_LIBS_TOOLCHAIN_PATH/sysroot/usr/include
@ -135,5 +135,4 @@ android-* {
INCLUDEPATH += $$NATIVE_LIBS_TOOLCHAIN_PATH/sysroot/usr/include
DEPENDPATH += $$NATIVE_LIBS_TOOLCHAIN_PATH/sysroot/usr/include
PRE_TARGETDEPS += $$NATIVE_LIBS_TOOLCHAIN_PATH/sysroot/usr/lib/libcrypto.a
}