mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
cmake: Make Qt6_ROOT an option
You must manually specify your Qt6 install path.
This commit is contained in:
parent
84c3b14ce9
commit
941d8083ef
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||||
#add_compile_options("-fsanitize=address")
|
#add_compile_options("-fsanitize=address")
|
||||||
#add_link_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.
|
## Preferentially build the bundled code. Full vendoring is to follow in a later version.
|
||||||
|
|
||||||
# Bundled liblzma
|
# Bundled liblzma
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue