c++ - QT how to cross compile for Windows on linux -
good day all
i need test , distibute software have written linux, windows.
i using qt creator 4.0.2 (based on qt 5.7.0).
i have found tutorial regarding this, found here, had issue building compilter.
unfortunately while building compilter (mingw32), have run error - vtk package cannot built - , have not found solution since.
for record:
$ gcc --version gcc (ubuntu 6.2.0-5ubuntu12) 6.2.0 20161005
is there other methods avaiable build cross-platform applications in linux using qt-creator?
thanks in advance
Comments
Post a Comment