summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-08-11 15:28:45 +0200
committerKai Koehne <kai.koehne@qt.io>2020-08-12 16:37:51 +0200
commitff6a3a80dd7d245924934be519dd3385d7c87b10 (patch)
treebc3508a4f72e1e3992113a5f56382a489fc3f389 /cmake
parent52fdb9dc93c9e9c372d8d4a95b97a32bf091579d (diff)
cmake: Suggest qt-cmake-private script for building other Qt modules
This automatically sets the CMake Generator to be the same as the one used for qtbase. Change-Id: If9e1a6942520417393055c572f0d892efca43d2e Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QtBuildInformation.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/QtBuildInformation.cmake b/cmake/QtBuildInformation.cmake
index 119bc3f2c0..9dc3461f5b 100644
--- a/cmake/QtBuildInformation.cmake
+++ b/cmake/QtBuildInformation.cmake
@@ -29,8 +29,8 @@ function(qt_print_build_instructions)
message("Once everything is built, Qt is installed. You should NOT run '${install_command}'")
message("Note that this build cannot be deployed to other machines or devices.")
endif()
- message("\nTo configure and build other modules, you can use the following convenience script:
- ${QT_STAGING_PREFIX}/${INSTALL_BINDIR}/qt-cmake")
+ message("\nTo configure and build other Qt modules, you can use the following convenience script:
+ ${QT_STAGING_PREFIX}/${INSTALL_BINDIR}/qt-cmake-private")
message("\nIf reconfiguration fails for some reason, try to remove 'CMakeCache.txt' \
from the build directory \n")
endfunction()