changeset 308:abebda3ec9cd

Adjust.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 17 May 2023 11:42:11 +0300
parents 093f92344443
children 18bef142108d
files qt-cross-build.txt
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/qt-cross-build.txt	Mon May 15 14:50:10 2023 +0300
+++ b/qt-cross-build.txt	Wed May 17 11:42:11 2023 +0300
@@ -12,9 +12,8 @@
 # Initialize subrepos, we need just qtbase
 ./init-repository -f --module-subset=qtbase
 
-# Create build directory
-cd .. && mkdir qt6-build && cd qt6-build
-
+# Create build directory and configure
+mkdir ../qt6-build && cd ../qt6-build && \
 cmake -GNinja -DCMAKE_BUILD_TYPE=Release \
 	-DQT_FEATURE_vulkan=OFF \
 	-DQT_NO_PACKAGE_VERSION_CHECK=TRUE \