Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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.