How to find the configure options that Qt was built with?
-
Hi and Happy new Year 2023! :)
I have installed the Qt 5.15.2 version using the online installer and I would like to see the default configure options that it was built with using the installer and also see the output messages of the configure script.
Any idea how to do this? Are there any installation log files that can help me to figure this out? Or I have to rebuilt the Qt from sources and just use the default configure options and see the output?
Thanks.
-
Hi and Happy new Year 2023! :)
I have installed the Qt 5.15.2 version using the online installer and I would like to see the default configure options that it was built with using the installer and also see the output messages of the configure script.
Any idea how to do this? Are there any installation log files that can help me to figure this out? Or I have to rebuilt the Qt from sources and just use the default configure options and see the output?
Thanks.
-
@nsourl said in How to find the configure options that Qt was built with?:
Are there any installation log files t
"InstallationLog.txt" file is created in the Qtxx folder.
@mpergand said in How to find the configure options that Qt was built with?:
"InstallationLog.txt" file is created in the Qtxx folder.
The InstallationLog.txt file has log messages only like "download archive, pack, unpack, etc" and there is no further information about the configure options or Qt modules installation procedure. Any alternative idea on where to find the used configure options?