From 699fc87bc310a42e2a94989c3bb1c66b1ab26dc8 Mon Sep 17 00:00:00 2001 From: Uwe Jakobeit Date: Mon, 30 Mar 2026 15:46:22 +0200 Subject: [PATCH] clean-up --- localbuild.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/localbuild.sh b/localbuild.sh index 81e2fbb..9258c86 100755 --- a/localbuild.sh +++ b/localbuild.sh @@ -3,9 +3,6 @@ # Remove old cmake build contents to start fresh like ci would do rm -r build -# enable CMake to find Qt6 -# export Qt6_DIR=$HOME/Qt/6.10.2/gcc_64/lib/cmake/Qt6 - # project configuration cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DQt6_DIR=$HOME/Qt/6.10.2/gcc_64/lib/cmake/Qt6 #build executable