From 941d8083efe51c4289e832671e836c72df7eb86d Mon Sep 17 00:00:00 2001 From: Tom Dewey Date: Fri, 2 Aug 2024 16:44:30 +0100 Subject: [PATCH] cmake: Make Qt6_ROOT an option You must manually specify your Qt6 install path. --- src/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 20b82b0..221cd31 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -17,6 +17,9 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) #add_compile_options("-fsanitize=address") #add_link_options("-fsanitize=address") +# You _must_ set your Qt6 root for the build to progress. +set(Qt6_ROOT "/opt/Qt/6.7.2/gcc_arm64" CACHE PATH "Your Qt6 root path") + ## Preferentially build the bundled code. Full vendoring is to follow in a later version. # Bundled liblzma