Cura: Adding dependency on QtQuick (>= 5.10)

This should prevent other people to upgrade to 4.0, unless not already done.. :(
This commit is contained in:
Thomas Karl Pietrowski 2018-12-31 18:04:40 +01:00 committed by GitHub
parent a94093af5f
commit 62591c02e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -31,9 +31,9 @@ Depends:
python3-savitar,
# QML
qml-module-qtqml-models2,
qml-module-qtquick-controls,
qml-module-qtquick-controls2,
qml-module-qtquick-dialogs,
qml-module-qtquick-controls (>= 5.10),
qml-module-qtquick-controls2 (>= 5.10),
qml-module-qtquick-dialogs (>= 5.10),
qml-module-qt-labs-settings,
qml-module-qt-labs-folderlistmodel,
Recommends: