Fixed Windows compile with pre-compiled libraries

Added new variable EXTERNAL_LIB_DIR to specify path of external libraries
This commit is contained in:
thunder2 2018-05-07 07:30:29 +02:00
parent d9a75a9362
commit 38ac234862
2 changed files with 14 additions and 7 deletions

View file

@ -43,7 +43,7 @@ win32 {
OPENCV_VERSION = "341"
USE_PRECOMPILED_LIBS =
for(lib, LIB_DIR) {
for(lib, RS_LIB_DIR) {
#message(Scanning $$lib)
exists( $$lib/opencv/libopencv_core$${OPENCV_VERSION}.a) {
isEmpty(USE_PRECOMPILED_LIBS) {