QT 5.12 make Mingw 32 release
-
the last question please, is there any chance for 32 version in the next versions QT 5.12.1 for example or it will be only 64?
-
I download it and add it to my QT 5.12 and it worked perfectly, really I appreciated that many thanks for you <3 and i hope they make a 32 bit release in the next versions if there is a way we can make a suggestion because most of us need our apps to be in 32 bit release, Thanks again @nayk
-
Hi nayk,
I download it and add it to my QT 5.12 , but When i run the app i get some error about this:
qt.qpa.plugin: Could not find the Qt platform plugin "windows" in ""
Where have I not set up?
-
I compiled this version with OpenSSL 1.1.1a and put the necessary dll in the "_dll_for_app" directory (libcrypto-1_1.dll, libssl-1_1.dll). OpenSSL is used by Qt5Network for https connections.
MySql 5.6 - for MySQL Qt plugin
PosgreSQL 9.6.11 - for PostgreSQL Qt plugin -
I download it and add it to my QT 5.12 and it worked perfectly, really I appreciated that many thanks for you <3 and i hope they make a 32 bit release in the next versions if there is a way we can make a suggestion because most of us need our apps to be in 32 bit release, Thanks again @nayk
@AmrCoder said in QT 5.12 make Mingw 32 release:
I download it and add it to my QT 5.12 and it worked perfectly, really I appreciated that many thanks for you <3 and i hope they make a 32 bit release in the next versions if there is a way we can make a suggestion because most of us need our apps to be in 32 bit release,
You should write a mail to the Interest mailing list or directly create a suggestion in Jira.
In either case, please provide a link here, so we can follow the discussion. Thanks!
Edit: Follow-up: https://lists.qt-project.org/pipermail/interest/2018-December/031798.html
-
I solve it by copying the folder of the 5.12.0\mingw73_32\plugins\platforms to the same folder that has the exe programe if there is a solution to solve it without this it will be better
-
the solution proposed by @nayk works very well, however this is a partial solution, because each time you want to update Qt, you need to build a new version of Qt for x32. I think there is a way to cross compile your application using mingw-64w, but i don't know how to do that. Maybe someone can instruct us how to do it!
-
the solution proposed by @nayk works very well, however this is a partial solution, because each time you want to update Qt, you need to build a new version of Qt for x32. I think there is a way to cross compile your application using mingw-64w, but i don't know how to do that. Maybe someone can instruct us how to do it!
-
FYI: Qt 5.12.2 will ship with Mingw 32 packages included. UWP packages will be dropped.
-
@jsulm official QT 5.12.0 and QT 5.12.1 includes only MinGW 64, not MinGW 32 version was included.
-
@KATO2 I'd say it may take four weeks until 5.12.2
So if you are in a hurry, you can still consider building Qt yourself.