Hi, i want to install a QtXlsx (to create excel files).
I installed it on MinGW doing this:

cd %directory%
qmake
And everything was ok.
Now i want to use it on MSVC 2017 32-bit.

I do:
cd %directory%
qmake
It says:
Project ERROR: Cannot run compiler 'cl'. Output:
===================
===================
Maybe you forgot to setup the environment?

How can i fix this? When i write just qmake, it gives me some tips how to use it.