Skip to content

Commit

Permalink
qmldir: rename Qt.Quick as QtQuick for Qt5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yishinli committed Jan 10, 2016
1 parent b0f4d55 commit d0a0d2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/halremotecontrols/qmldir
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ classname MachinekitHalRemoteControlsPlugin
typeinfo plugins.qmltypes
designersupported

depends Qt.Quick.Controls 1.1
depends Qt.Quick.Window 2.0
depends QtQuick.Controls 1.1
depends QtQuick.Window 2.0
depends Machinekit.HalRemote 1.0
depends Machinekit.Service 1.0

Expand Down

0 comments on commit d0a0d2e

Please sign in to comment.