summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@theqtcompany.com>2016-03-21 11:57:52 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-03-21 13:14:04 +0000
commitc24118685d6eb4cacf5f6af96215ba89ecc28604 (patch)
tree198c98176c9aeceb9ff85748262e2042ad38a641 /src
parent4ebbe994f5c9e229e00320187b86d8844d2784fa (diff)
downloadqtquickcontrols-c24118685d6eb4cacf5f6af96215ba89ecc28604.tar.gz
Update classname in qmldir to reflect name of cpp class
If the classname property is different from the cpp class name, the plugin will not load when building statically. Change-Id: Iac1d20d6aaa01e3b13247782b7a8a3612c4d3bbb Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/controls/qmldir2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/qmldir b/src/controls/qmldir
index a07b4b99..9f35da29 100644
--- a/src/controls/qmldir
+++ b/src/controls/qmldir
@@ -1,6 +1,6 @@
module QtQuick.Controls
plugin qtquickcontrolsplugin
-classname QtQuickControlsPlugin
+classname QtQuickControls1Plugin
typeinfo plugins.qmltypes
designersupported
depends QtQuick.Window 2.2