How do you build a 32 bit version of a WinRT app
-
There is a 64 bit version of Qt for winrt, but what if you want to build for 32 bits?
I have a windows tablet with a 32 bit version of Windows 8.1.
How can I build an app for it?
I want to be able to run the app remotely (using Visual Studio) on the device. -
Hi,
for 32bit you will need to compile Qt on your own. We provide the most common derivates (64bit and ARM) only as otherwise the packages would simply become to big.
For reference you can find the documentation here:
http://doc.qt.io/qt-5/winrt-support.html#building-from-sourceThe mkspec of choice would be winrt-x86-msvc2013 then.