Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
6.0.0
-
None
-
-
6fa33ee92c6e1f330e37b69ca2265bfa2a8a7d8f (qt/qtbase/dev)
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.