Where to get the correct qt third party libraries for OCCT

Hello,

I am setting up dev environment for OCCT. I am using Visual Studio 2015. I am not able to find the correct qt libraries for this VS version. The link at https://old.opencascade.com/content/3rd-party-components for qt takes me to qt version 4.8.6 built using VS 2010 and 2008. But in the include directories of the project files that I have loaded using the msvc.bat, it is asking for "opencascade-7.3.0\..\qt486-vc14-64\include". So it needs vc14 libraries right? Where do I get them?

Appreciate the help.

Thanks.

Kirill Gavrilov's picture

The link for qt takes me to qt version 4.8.6 built using VS 2010 and 2008.

OCCT samples can be built with Qt 4/5+ versions, so the most straight-forward approach is downloading a newer Qt version from official site which provides pre-built binaries for your version of Visual Studio.
Alternatively, you may download Qt source code and build it on your own.