Fixed build on Windows with MSVC. Added include path to VMisc for VPatternDB
static library. --HG-- branch : develop
This commit is contained in:
parent
75e9e9b2ee
commit
ed2bbd97a3
|
@ -77,3 +77,8 @@ CONFIG(debug, debug|release){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
win32-msvc*{
|
||||||
|
#VMisc static library
|
||||||
|
INCLUDEPATH += $$PWD/../vmisc
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user