mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-24 06:44:47 -04:00
Fixed Windows compile with pre-compiled libraries
Added new variable EXTERNAL_LIB_DIR to specify path of external libraries
This commit is contained in:
parent
d9a75a9362
commit
38ac234862
2 changed files with 14 additions and 7 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue