How to run in debug one Application so that Creator builds it only and its dependencies only?
-
I have a project that contents a lib and more than one applications to be used this lib.
When I run to debug one of these applications, Creator builds it - ok, builds its depends - ok, but builds other applications that are not to be run in debug now. There is an option Build The Whole Project in Build before deploying.
When option is Build The Application to Be Run, I see that Creator builds application - ok, but doesn't build its depends (lib if its code has changed).
I think to solve this is need to separate project to such projects with lib and one application.
-
Hi and welcome,
I am afraid, your question is general and without any contaxt.
You have to tell us more about the application, your Qt version, Qt Creator version, usage of CMake or qmake.
Maybe show a central CMake/qmake file (using the </> code tags for code).