Qt 6.11 is out! See what's new in the release
blog
Build Qt debug libraries
Installation and Deployment
3
Posts
2
Posters
1.2k
Views
1
Watching
-
I did wrong and I builded only Qt release libraries
@configure -release@
Can I build only the debug libraries ( with configure -debug ) or I must build all Qt another time?
Thank you.
-
You can try configuring again, but to ensure that everything is being built correctly it's better to make a clean build. You can also pass -debug-and-release to build both at the same time :)
-
Thanks for the quick reply!
I will try to build only the debug libraries and if there is any problem I will build all another time.