-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
None
-
6.11
-
None
Started with 97fe92bd8ee55f4b6a44a052925b643366734f1d. On a top-level build of Qt:
-- Configuring done (120.1s) CMake Error: AUTOMOC for target tst_qqmlimport_static_module: The "moc" executable "/home/tjmaciei/obj/qt/qt6-release/qtbase/libexec/moc" does not exist. CMake Generate step failed. Build files cannot be regenerated correctly.
Repeating 9dc7c213216d5feb2282083e00833ad281d60515 as this patch did not help:
diff --git a/tests/auto/qml/qqmlimport/MyStaticModule/CMakeLists.txt b/tests/auto/qml/qqmlimport/MyStaticModule/CMakeLists.txt
index fe6a6e0599..a8135b6f44 100644
--- a/tests/auto/qml/qqmlimport/MyStaticModule/CMakeLists.txt
+++ b/tests/auto/qml/qqmlimport/MyStaticModule/CMakeLists.txt
@@ -16,3 +16,4 @@ qt_internal_extend_target(tst_qqmlimport_static_moduleplugin
SOURCES
mystaticmoduleplugin.h
)
+qt_autogen_tools_initial_setup(tst_qqmlimport_static_moduleplugin)
| For Gerrit Dashboard: QTBUG-141464 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V |
| 684489,3 | tst_qqmlimport: use qt_autogen_tools_initial_setup() | dev | qt/qtdeclarative | Status: NEW | +2 | 0 |
| 686585,2 | Fix top-level build | dev | qt/qtdeclarative | Status: ABANDONED | +1 | 0 |