From ff6a3a80dd7d245924934be519dd3385d7c87b10 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Tue, 11 Aug 2020 15:28:45 +0200 Subject: 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 --- cmake/QtBuildInformation.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmake/QtBuildInformation.cmake') 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() -- cgit v1.2.3