Using Qt6 in Win32 application
Unsolved
General and Desktop
-
Hi all,
We had a Win32 application which is using Qt5 framework. Due to Qt5 reaching end of support, we are considering it to move Qt6 framework. I do not find 32bit binaries anywhere so I assume Qt6 only comes with 64 bit in Windows environment. https://doc.qt.io/qt-6.2/windows.html
My question is can i use Qt6 within a win32 application? or should I also convert application to x64?
-
@kaan-koroglu said in Using Qt6 in Win32 application:
My question is can i use Qt6 within a win32 application?
Yes, but you have to compile Qt by yourself
or should I also convert application to x64?
Yes
-
@Christian-Ehrlicher Thank you for your answer.