Skip to content

Commit

Permalink
Merge pull request #41 from araisrobo/master
Browse files Browse the repository at this point in the history
qmldir: rename Qt.Quick as QtQuick for Qt5.6.0
  • Loading branch information
machinekoder committed Jan 10, 2016
2 parents b0f4d55 + d0a0d2e commit 238f8c9
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 238f8c9

Please sign in to comment.