summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)