feat(parameters): add defaults and remove qt keywords

This commit is contained in:
parker
2025-07-24 01:55:21 +01:00
parent 8a380a0fee
commit 9880aa0b05
14 changed files with 34 additions and 25 deletions

View File

@@ -54,6 +54,7 @@ set(GUI_SOURCES
# qt
find_package(Qt6 REQUIRED COMPONENTS Core Widgets SvgWidgets OpenGLWidgets)
qt_standard_project_setup()
ADD_DEFINITIONS(-DQT_NO_KEYWORDS)
# glm
find_package(glm REQUIRED)