How to Cross Compile 32bit On 64bit using qmake
-
Hi,
What OS are you using ? Qt is available as both 32 and 64 bit packages for Linux and Windows so you have essentially to install the corresponding compiler and then use the correct qmake.
-
Hi,
What OS are you using ? Qt is available as both 32 and 64 bit packages for Linux and Windows so you have essentially to install the corresponding compiler and then use the correct qmake.
-
Then you have to install the 32bit build-essential package + Qt 32bit edition.