Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.6
-
None
Description
With QT_BUILD_MANUAL_TEST=ON fails with
Make Error at build/qtbase/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfig.cmake:1058 (file): file RELATIVE_PATH must be passed a full path to the directory: Call Stack (most recent call first): build/qtbase/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfig.cmake:1085 (qt_internal_get_example_rel_path) build/qtbase/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfig.cmake:1007 (qt_internal_get_example_unique_name) qtsvg/tests/manual/examples/draganddrop/CMakeLists.txt:5 (qt_internal_add_example) CMake Error at build/qtbase/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfig.cmake:1058 (file): file RELATIVE_PATH must be passed a full path to the directory: Call Stack (most recent call first): build/qtbase/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfig.cmake:1085 (qt_internal_get_example_rel_path) build/qtbase/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfig.cmake:1007 (qt_internal_get_example_unique_name) qtsvg/tests/manual/examples/embedded/CMakeLists.txt:5 (qt_internal_add_example) CMake Error at build/qtbase/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfig.cmake:1058 (file): file RELATIVE_PATH must be passed a full path to the directory: Call Stack (most recent call first): build/qtbase/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfig.cmake:1085 (qt_internal_get_example_rel_path) build/qtbase/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfig.cmake:1007 (qt_internal_get_example_unique_name) qtsvg/tests/manual/examples/embedded/CMakeLists.txt:8 (qt_internal_add_example) CMake Error at build/qtbase/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfig.cmake:1058 (file): file RELATIVE_PATH must be passed a full path to the directory: Call Stack (most recent call first): build/qtbase/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfig.cmake:1085 (qt_internal_get_example_rel_path) build/qtbase/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfig.cmake:1007 (qt_internal_get_example_unique_name) qtsvg/tests/manual/examples/embedded/CMakeLists.txt:11 (qt_internal_add_example)
and in QtWayland with
CMake Error at build/qtbase/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfig.cmake:1058 (file): file RELATIVE_PATH must be passed a full path to the directory: Call Stack (most recent call first): build/qtbase/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfig.cmake:1085 (qt_internal_get_example_rel_path) build/qtbase/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfig.cmake:1007 (qt_internal_get_example_unique_name) qtwayland/tests/manual/CMakeLists.txt:18 (qt_internal_add_example)
Attachments
Issue Links
- relates to
-
QTBUG-116154 Manual examples are in a unbuildable state when enabled globally
- Reported
-
QTBUG-122586 [FTBFS] CMake: failure to configure qtdeclarative: could not find Qt6QmlIntegrationTargets.cmake
- Reported
-
QTBUG-118507 Top-level builds including manual tests don't work
- Closed
-
QTBUG-110953 Build manual tests in CI
- Reported