forked from qt-creator/qt-creator
QmlDesigner: Bump version in wizard
Change-Id: If2e051705f2f18ac0fea2dc191e020f000b2ce1e Reviewed-by: Knud Dollereder <knud.dollereder@qt.io>
This commit is contained in:
@@ -103,7 +103,7 @@ Project {
|
|||||||
/* Required for deployment */
|
/* Required for deployment */
|
||||||
targetDirectory: "/opt/%{ProjectName}"
|
targetDirectory: "/opt/%{ProjectName}"
|
||||||
|
|
||||||
qdsVersion: "4.5"
|
qdsVersion: "4.6"
|
||||||
|
|
||||||
quickVersion: "%{QtQuickVersion}"
|
quickVersion: "%{QtQuickVersion}"
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@ set(QT_QML_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/qml")
|
|||||||
include(FetchContent)
|
include(FetchContent)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
ds
|
ds
|
||||||
GIT_TAG qds-4.5
|
GIT_TAG qds-4.6
|
||||||
GIT_REPOSITORY https://code.qt.io/qt-labs/qtquickdesigner-components.git
|
GIT_REPOSITORY https://code.qt.io/qt-labs/qtquickdesigner-components.git
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user