summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2021-06-17 14:30:25 +0200
committerUlf Hermann <ulf.hermann@qt.io>2021-06-17 19:57:22 +0200
commit4f9baa79079d990de7aefef04b308d555689a07d (patch)
tree1013b2facf8be5c274e158f819017685a8baa73b /src
parent2d8c57704aa4b95cdeabcb448ea02ddb65415c99 (diff)
Add a comment discouraging people from manually installing QML files
You should almost never do such a thing. Let's make sure no one cargo cults this code. Pick-to: 6.2 Change-Id: Ice34272ab3e4e8a9bbe392c4aeda95c48baf829a Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/chartsqml2/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/chartsqml2/CMakeLists.txt b/src/chartsqml2/CMakeLists.txt
index 76ed1338..f62430ca 100644
--- a/src/chartsqml2/CMakeLists.txt
+++ b/src/chartsqml2/CMakeLists.txt
@@ -82,4 +82,8 @@ qt_internal_extend_target(ChartsQml CONDITION QT_FEATURE_charts_candlestick_char
declarativecandlestickseries.cpp declarativecandlestickseries_p.h
)
+# Warning: The files in the "designer" directory are _not_ part of this QML module.
+# That is the sole reason why we install them manually.
+# All files that do belong to the QML module _must_ be passed using the
+# QML_FILES option. You should _never_ install them manually.
add_subdirectory(designer)