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