Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
[statefs-qt] Update plugins.qmltypes. Contributes to JB#46477
QtQuick 2.0 is now correctly listed as a dependency thanks to making
qmlimportscanner available at the time qmlplugindump is executed.
  • Loading branch information
martyone committed Jul 9, 2019
1 parent bae172b commit bd28df4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/qml/contextkit-plugins.qmltypes
Expand Up @@ -7,7 +7,7 @@ import QtQuick.tooling 1.2
// 'qmlplugindump -nonrelocatable org.freedesktop.contextkit 1.0'

Module {
dependencies: []
dependencies: ["QtQuick 2.0"]
Component {
name: "ContextPropertyDeclarative"
defaultProperty: "value"
Expand Down
2 changes: 1 addition & 1 deletion src/qml/plugins.qmltypes
Expand Up @@ -7,7 +7,7 @@ import QtQuick.tooling 1.2
// 'qmlplugindump -nonrelocatable Mer.State 1.1'

Module {
dependencies: []
dependencies: ["QtQuick 2.0"]
Component {
name: "StateProperty"
defaultProperty: "value"
Expand Down

0 comments on commit bd28df4

Please sign in to comment.