Qt 6.11 is out! See what's new in the release
blog
Creator: Build all - how to continue with next project on error?
Qt Creator and other tools
3
Posts
2
Posters
977
Views
1
Watching
-
Currently, when I use the "Build all" command, Creator will stop compilation when encountering the first file with errors. This is OK as far as the project with the error is concerned (I know I can adjust this with build flags).
However, how do I tell creator to still attempt to build all the other projects?
-
Are you using SUBDIRS?
-
No, they are completely independent projects.