Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-33580

Building a specific target in a Boot2Qt configuration always also builds "install" target

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Not Evaluated 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).

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            cadam Cristian Adam
            hendrik.sattler Hendrik Sattler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes