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).
There are several projects. The build order should be determined according to the build relationship. Is there a way to set the build order in qt creator?
Yes. Use a subdirs template and the SUBDIRS variable as documented.
BTW: The answer above is for qmake projects. For cmake projects add_dependencies looks like the place to go (but I am not CMake fluent)