diff --git a/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp b/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp index 47ea5bbc792..04de2da151b 100644 --- a/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp +++ b/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp @@ -155,8 +155,8 @@ public: bool viewManagerUsesRewriterView(class RewriterView *) const override { return true; } void viewManagerDiableWidgets() override {} QString itemLibraryImportUserComponentsTitle() const override { return {}; } - bool isQt6Import() const override { return false; } - bool hasStartupTarget() const override { return false; } + bool isQt6Import() const override { return true; } + bool hasStartupTarget() const override { return true; } PuppetStartData puppetStartData(const class Model &) const override { return {}; } public: