-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 17.0.1
-
None
Hi,
I use QtCreator with a CMake project. When right-clicking on a small utility target (e.g. codegen) and select "Build mytarget", QtCreator build this target with:
cmake --build <the-build-dir> --target mytarget install
So it always adds the "install" target. However, the "install" target depends on the "all" target which effectively always builds everything
This problem does not happen for local desktop configuration, only when cross-compiling for a device (Boot2Qt toolchain).