summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2022-12-12 13:58:38 +0100
committerRobert Griebl <robert.griebl@qt.io>2022-12-12 14:32:06 +0100
commit8a4395719eb85ac78806348e102eabccb4da0c55 (patch)
tree77bd38f67bdc54cdd46f1ba9f67e9ab11f7dd64a /src
parentcd1258c0952c38346fac8d644b7152ee0971771d (diff)
downloadqtapplicationmanager-8a4395719eb85ac78806348e102eabccb4da0c55.tar.gz
CMake: mark qt6_am_add_systemui_wrapper as TP
Also put more emphasis on the scaling issue. This was decided in the 6.5 CMake API review. Change-Id: I4ad8d39434bb514513a4864ec7081a264d928d42 Reviewed-by: Bernd Weimer <bernd.weimer@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/main-lib/cmake-macros.qdoc7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/main-lib/cmake-macros.qdoc b/src/main-lib/cmake-macros.qdoc
index d5ff3879..853b9651 100644
--- a/src/main-lib/cmake-macros.qdoc
+++ b/src/main-lib/cmake-macros.qdoc
@@ -10,6 +10,8 @@
\brief Creates a basic wrapper script to run a System UI using the appman binary.
+\preliminarycmakecommand
+
\section1 Synopsis
\badcode
@@ -46,8 +48,9 @@ For very simple setups, specifying just the \c MAIN_QML_FILE is enough. If you a
am-config.yaml, you can reference that via \c CONFIG_YAML. In case your main.qml is already set in
the YAML config file, you do not need to specify it here again.
-Please note that this command will not scale when your project is becoming more sophisticated over
-time. It is only meant to help you get started without diving too deep into CMake.
+\warning Please note that this command will not scale when your project is becoming more
+sophisticated over time. It is only meant to help you get started without diving too deep into
+CMake.
\section1 Examples