From c094aa6f1bf884be5fd931587c7588a5a30f5503 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 9 Dec 2020 17:35:46 +0100 Subject: CMake: Fix nativestyle qmldir dependencies pro2cmake chokes on converting the nativestyle project, because it expects to find a second argument after the depends clause. Add an 'auto', and regenerate the project. Amends a3253c37903e95706f011bc03093160236b57bdc Pick-to: 6.0 Task-number: QTBUG-88492 Change-Id: I4c9114780e17f5bc21a43511e75207eaef5e7550 Reviewed-by: Richard Moe Gustavsen Reviewed-by: Fabian Kosmale --- src/imports/nativestyle/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/imports/nativestyle/CMakeLists.txt') diff --git a/src/imports/nativestyle/CMakeLists.txt b/src/imports/nativestyle/CMakeLists.txt index f3a66202..942e0fc3 100644 --- a/src/imports/nativestyle/CMakeLists.txt +++ b/src/imports/nativestyle/CMakeLists.txt @@ -9,8 +9,8 @@ qt_internal_add_qml_module(qtquickcontrols2nativestyleplugin VERSION "6.0" CLASSNAME QtQuickControls2NativeStylePlugin DEPENDENCIES - QtQuick.Controls - QtQuick.Layouts + QtQuick.Controls/auto + QtQuick.Layouts/auto PAST_MAJOR_VERSIONS 2 GENERATE_QMLTYPES INSTALL_QMLTYPES -- cgit v1.2.3