Hi,
I am trying to build SlicerCAT on my Windows 10 machine.
CMake went through without any problem.
I have Qt(v5.12) already installed.
After building the solution file in visual studio I got a linking error related to Qt (attached)
When I went back to Cmake, I saw a variable “Slicer_REQUIRED_QT_VERSION” assigned with a value 5.6.0.
Obviously mine is a v5.12 of Qt. Would that be a problem? Should I uninstall Qt-v5.12 and install a Qt-v5.6?