diff options
author | Jens Bache-Wiig <jens.bache-wiig@digia.com> | 2013-05-27 12:19:08 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-05-27 12:28:58 +0200 |
commit | 1ded235a13fc9bdb6a5d24ab385293a230cb7303 (patch) | |
tree | 094ba67708cc2e2022972fecde96d2489668f980 /src/controls/qmldir | |
parent | bcf132fb54b4b1c9ba3ade31c134a521b361ab62 (diff) | |
download | qtquickcontrols-1ded235a13fc9bdb6a5d24ab385293a230cb7303.tar.gz |
Rename generic plugin names
We should not use names as generic as "plugin.dll" and "private.dll".
This will cause a lot of confusion when deploying.
Task-number: QTBUG-31348
Change-Id: Iee18e4d0cd713b63ff1b99dc0db31123b90666ec
Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Diffstat (limited to 'src/controls/qmldir')
-rw-r--r-- | src/controls/qmldir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/qmldir b/src/controls/qmldir index 5a62f652..f593439f 100644 --- a/src/controls/qmldir +++ b/src/controls/qmldir @@ -1,5 +1,5 @@ module QtQuick.Controls -plugin plugin +plugin qtquickcontrols ApplicationWindow 1.0 ApplicationWindow.qml Button 1.0 Button.qml CheckBox 1.0 CheckBox.qml |