aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Benelli <marco.benelli@qt.io>2017-09-21 09:37:17 +0200
committerMarco Benelli <marco.benelli@qt.io>2017-09-21 12:24:16 +0000
commit8c4488a77d5fe4fed26b22dbc91b746a77cd0562 (patch)
tree6b727beaecb3877a5c139486ce80090b0357a44a
parent0419cb2b74e6b953fc1d3b02e71a3f0def39177c (diff)
Add plugins.qmltypes
Even if there are no public components defined in C++, adding the `plugins.qmltypes` will prevent QtCreator to try to dump the module. Task-number: QTCREATORBUG-18952 Change-Id: I632342a05579957e123bbaa8bcfb3bbaec29232e Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--src/effects/plugins.qmltypes11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/effects/plugins.qmltypes b/src/effects/plugins.qmltypes
new file mode 100644
index 0000000..8cbeeb7
--- /dev/null
+++ b/src/effects/plugins.qmltypes
@@ -0,0 +1,11 @@
+import QtQuick.tooling 1.2
+
+// This file describes the plugin-supplied types contained in the library.
+// It is used for QML tooling purposes only.
+//
+// This file was auto-generated by:
+// 'qmlplugindump -nonrelocatable QtGraphicalEffects 1.0'
+
+Module {
+ dependencies: ["QtQuick 2.0", "QtQuick.Window 2.1"]
+}