ToolBox cleanup. #17

Merged
shaunrd0 merged 12 commits from toolbox into master 2025-03-23 22:28:42 +00:00
Showing only changes of commit 3cad213a8e - Show all commits

View File

@ -57,7 +57,7 @@ endif()
# Allow add_subdirectory on this project to use target ALIAS if available.
# If this example project is opened standalone we will use find_package.
if(NOT TARGET Qtk::qtk)
find_package(Qtk 0.2 REQUIRED)
find_package(Qtk 0.3 REQUIRED)
endif()
find_package(Qt6 COMPONENTS Core Widgets OpenGLWidgets REQUIRED)