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

VDXF static library.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-08-07 14:30:18 +03:00
parent 8118bd45e5
commit 3a4b78c42b

View file

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