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

Devel component of externally built plugins do not provide cmake files

    XMLWordPrintable

Details

    Description

      mkdir boot2qt/build
      cd boot2qt/build
      cmake -DCMAKE_PREFIX_PATH="<path_to_qt>;<path_to_qtcreator_install>" -DCMAKE_INSTALL_PREFIX=<installprefix> ..
      cmake --build .
      cmake --install .
      cmake --install . --component Devel
      

      The resulting install directory has the lib, has the includes, but does not have any cmake files for find_package(...) for another external plugin depending on it

      Attachments

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

        Activity

          People

            con Eike Ziller
            con Eike Ziller
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes