summaryrefslogtreecommitdiffstats
path: root/src/corelib/Qt6CoreDeploySupport.cmake
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-12-09 12:23:27 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-12-09 19:59:55 +0100
commit197753d8aea5e550338dabbabf9dd656c611bbcf (patch)
tree4615096f8d6c64fb46190b21f0d9bb841d578ec8 /src/corelib/Qt6CoreDeploySupport.cmake
parent0a28c55a879251ca334866f15859adabd7e6118e (diff)
CMake: Mark the new deployment API as being in Technical Preview
Amends 22c92f39670d0376478cc2e73a17307508f86692 Task-number: QTBUG-98545 Change-Id: Ifaa7e4884f0eb1caa6d3d4906a2701f8fa5e43c2 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'src/corelib/Qt6CoreDeploySupport.cmake')
-rw-r--r--src/corelib/Qt6CoreDeploySupport.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/Qt6CoreDeploySupport.cmake b/src/corelib/Qt6CoreDeploySupport.cmake
index eb2f92f3ce..a116a0dc08 100644
--- a/src/corelib/Qt6CoreDeploySupport.cmake
+++ b/src/corelib/Qt6CoreDeploySupport.cmake
@@ -4,6 +4,8 @@
cmake_minimum_required(VERSION 3.16...3.21)
+# This function is currently in Technical Preview.
+# Its signature and behavior might change.
function(qt_deploy_qt_conf file_to_write)
set(no_value_options "")
set(single_value_options
@@ -85,6 +87,8 @@ function(qt_deploy_qt_conf file_to_write)
file(WRITE "${file_to_write}" "${contents}")
endfunction()
+# This function is currently in Technical Preview.
+# Its signature and behavior might change.
function(qt_deploy_runtime_dependencies)
if(NOT __QT_DEPLOY_TOOL)