Qt 6.11 is out! See what's new in the release
blog
Detect compiler/kit of Qt Application at build time or at run time
-
Hi,
I want to detect whether a build is being made for Android or Desktop so that I can change code dynamically at runtime or buildtime. Is it possible may be some flags? How to get them?
-
Hi,
I want to detect whether a build is being made for Android or Desktop so that I can change code dynamically at runtime or buildtime. Is it possible may be some flags? How to get them?
-
Thanks Raven that was great help for me.