Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-86484

Qt 6: Error when installing ActiveQt

    XMLWordPrintable

Details

    Description

      At qtbase/c93b91c766dc02efdb1955fb5a8a937c75108981 , building Active Qt results in

      CMake Error at src/activeqt/cmake_install.cmake:70 (file):
        file INSTALL cannot find
        "C:/Users/jobor/dev/qt/dev-cmake/qtactiveqt/include/ActiveQt/QtActiveQtDepends":
        File exists.
      

      configure line:

      cmake -DCMAKE_INSTALL_PREFIX=c:\dev\qt-6\install-qt-6 -GNinja -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF 
         -DCMAKE_BUILD_TYPE=Debug -Hc:\dev\qt-6\qt-6\qtactiveqt
      

      ( with https://codereview.qt-project.org/c/qt/qtactiveqt/+/313024 applied )
      One thing to note is that the header-only module defined at qtactiveqt\src\activeqt\CMakeLists.txt by

      qt_add_module(ActiveQt HEADER_MODULE MODULE_INCLUDE_NAME ActiveQt)
      

      produces a header directory include\QtActiveQt with a CMake build as opposed to include\ActiveQt with a qmake build.

      Attachments

        For Gerrit Dashboard: QTBUG-86484
        # Subject Branch Project Status CR V

        Activity

          People

            jbornema Joerg Bornemann
            kleint Friedemann Kleint
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes