aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprojectmanager/cmakegen/templates/import_qml_components_h.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmlprojectmanager/cmakegen/templates/import_qml_components_h.tpl')
-rw-r--r--src/plugins/qmlprojectmanager/cmakegen/templates/import_qml_components_h.tpl20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/plugins/qmlprojectmanager/cmakegen/templates/import_qml_components_h.tpl b/src/plugins/qmlprojectmanager/cmakegen/templates/import_qml_components_h.tpl
new file mode 100644
index 0000000000..84d3c1c777
--- /dev/null
+++ b/src/plugins/qmlprojectmanager/cmakegen/templates/import_qml_components_h.tpl
@@ -0,0 +1,20 @@
+/*
+ * This file is automatically generated by Qt Design Studio.
+ * Do not change.
+*/
+
+#include "qqmlextensionplugin.h"
+
+#ifdef BUILD_QDS_COMPONENTS
+
+Q_IMPORT_QML_PLUGIN(QtQuick_Studio_ComponentsPlugin)
+Q_IMPORT_QML_PLUGIN(QtQuick_Studio_EffectsPlugin)
+Q_IMPORT_QML_PLUGIN(QtQuick_Studio_ApplicationPlugin)
+Q_IMPORT_QML_PLUGIN(FlowViewPlugin)
+Q_IMPORT_QML_PLUGIN(QtQuick_Studio_LogicHelperPlugin)
+Q_IMPORT_QML_PLUGIN(QtQuick_Studio_MultiTextPlugin)
+Q_IMPORT_QML_PLUGIN(QtQuick_Studio_EventSimulatorPlugin)
+Q_IMPORT_QML_PLUGIN(QtQuick_Studio_EventSystemPlugin)
+
+#endif
+