From 3ef029aba97c1dc8857eedc4af2422db6b23c2d2 Mon Sep 17 00:00:00 2001 From: Digital Artifex <7929434+DigitalArtifex@users.noreply.github.com> Date: Tue, 25 Aug 2026 14:03:51 -0400 Subject: [PATCH] Removed KOMPLEX_LOCAL_DEV define --- CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 149aef1..532f0a6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,11 +103,11 @@ qt_add_resources(${CMAKE_PROJECT_NAME} "app_images" "images/kero/kero_warning.png" ) -target_compile_definitions( - ${CMAKE_PROJECT_NAME} - PUBLIC - KOMPLEX_LOCAL_DEV -) +# target_compile_definitions( +# ${CMAKE_PROJECT_NAME} +# PUBLIC +# KOMPLEX_LOCAL_DEV +# ) include(qds)