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:
@ -62,3 +62,8 @@ CONFIG(release, debug|release){
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
win32-msvc*{
|
||||
#VMisc static library
|
||||
INCLUDEPATH += $$PWD/../vmisc
|
||||
}
|
||||
|
Reference in New Issue
Block a user