From 3cad213a8ef164fe2c51ac3f3718fe1f2a6a80b3 Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Sun, 23 Mar 2025 09:07:41 -0400 Subject: [PATCH] Bump qtk version in example. --- example-app/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example-app/CMakeLists.txt b/example-app/CMakeLists.txt index 7bc945d..28918bf 100644 --- a/example-app/CMakeLists.txt +++ b/example-app/CMakeLists.txt @@ -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) @@ -100,4 +100,4 @@ if((Qt6_VERSION VERSION_GREATER_EQUAL "6.3.0" AND (WIN32 OR APPLE)) install(SCRIPT ${QTK_EXAMPLE_DEPLOY_SCRIPT} COMPONENT qtk_example) elseif(NOT Qtk_IS_TOP_LEVEL) message(WARNING "[Qtk] Installation is only supported on Qt >=6.5.\n") -endif() \ No newline at end of file +endif()