From 4d5ab1c8d95cc107b2cb1603e9e3dc27f1e7f8aa Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Thu, 3 Dec 2020 20:21:58 +0100 Subject: cmake: install files when using build-qbs-with-cmake.sh This allows to test if install() commands are correct Change-Id: I68085a118b03e6c4095b636f219a60abcc237ee1 Reviewed-by: Christian Kandeler --- scripts/build-qbs-with-cmake.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/build-qbs-with-cmake.sh b/scripts/build-qbs-with-cmake.sh index 1c5600e3d..c4c954fd6 100755 --- a/scripts/build-qbs-with-cmake.sh +++ b/scripts/build-qbs-with-cmake.sh @@ -66,7 +66,8 @@ pushd build # Build all default products of Qbs # cmake -GNinja -DQt5_DIR=${QT_DIR}/lib/cmake/Qt5/ ${BUILD_OPTIONS} .. -ninja +cmake --build . +cmake --install . --prefix "install-root" # # Set up profiles for the freshly built Qbs if not -- cgit v1.2.1