aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2024-02-01 15:30:50 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2024-02-01 14:31:54 +0000
commitdf0125547db2b8aaa8b839fa7b47b2c21a1a7280 (patch)
tree73a4de788d2d6c3e3a5827558f3812f24b48b455
parent6a910131c6f1de2c61c4ebe1919ced86659a0a0a (diff)
Fix typo in template
Change-Id: Ie3e82fd1f11e3e8349ccf2df2df256aacdc8dd0d Reviewed-by: Knud Dollereder <knud.dollereder@qt.io>
-rw-r--r--share/qtcreator/qmldesigner/studio_templates/projects/common/import_qml_components_plugins.h.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/qmldesigner/studio_templates/projects/common/import_qml_components_plugins.h.tpl b/share/qtcreator/qmldesigner/studio_templates/projects/common/import_qml_components_plugins.h.tpl
index 25d0a98384..167481d7c7 100644
--- a/share/qtcreator/qmldesigner/studio_templates/projects/common/import_qml_components_plugins.h.tpl
+++ b/share/qtcreator/qmldesigner/studio_templates/projects/common/import_qml_components_plugins.h.tpl
@@ -5,7 +5,7 @@
#include "qqmlextensionplugin.h"
-#ifdef BULD_QDS_COMPONENTS
+#ifdef BUILD_QDS_COMPONENTS
Q_IMPORT_QML_PLUGIN(QtQuick_Studio_ComponentsPlugin)
Q_IMPORT_QML_PLUGIN(QtQuick_Studio_EffectsPlugin)