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

static library.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-08-05 13:41:36 +03:00
parent 75e9e9b2ee
commit ed2bbd97a3

View File

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