SlicerCAT build issues.

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)
error

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?

Current build instructions are available here: https://slicer.readthedocs.io/en/latest/developer_guide/build_instructions/windows.html

If you follow the instructions word by word then the build will succeed.