Good day all
I need to test and distibute software I have written for Linux, to Windows.
I am using Qt Creator 4.0.2 (based on QT 5.7.0).
I have found a tutorial regarding this, found here, but had an issue building the compilter.
Unfortunately while building the compilter (MinGW32), I have run into an error - VTK package cannot be built - and have not found a solution since.
for the record:
$ gcc --version
gcc (Ubuntu 6.2.0-5ubuntu12) 6.2.0 20161005
Is there any other methods avaiable to build cross-platform applications in Linux using QT-Creator?
Thanks in advance