Fixed build on Windows with MSVC. Added include path to VMisc for IFC static

library.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-07-29 15:43:34 +03:00
parent 88ddf8021e
commit ed0fb20028

View File

@ -87,3 +87,8 @@ CONFIG(debug, debug|release){
}
}
}
win32-msvc*{
#VMisc static library
INCLUDEPATH += $$PWD/../vmisc
}