QmlDesigner: Bump version in wizard

Change-Id: If2e051705f2f18ac0fea2dc191e020f000b2ce1e
Reviewed-by: Knud Dollereder <knud.dollereder@qt.io>
This commit is contained in:
Thomas Hartmann
2024-09-10 16:01:23 +02:00
parent cce0bf2a65
commit 318c6ceda3
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ Project {
/* Required for deployment */
targetDirectory: "/opt/%{ProjectName}"
qdsVersion: "4.5"
qdsVersion: "4.6"
quickVersion: "%{QtQuickVersion}"

View File

@@ -9,7 +9,7 @@ set(QT_QML_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/qml")
include(FetchContent)
FetchContent_Declare(
ds
GIT_TAG qds-4.5
GIT_TAG qds-4.6
GIT_REPOSITORY https://code.qt.io/qt-labs/qtquickdesigner-components.git
)