Update start_options.cmake restore -DQET_ALLOW_OVERRIDE_DD_OPTION

This commit is contained in:
Laurent Trinques
2026-08-17 06:57:18 +02:00
committed by GitHub
parent 4b981668ca
commit eb095f9a10
+3
View File
@@ -25,6 +25,9 @@ add_definitions(-DQET_ALLOW_OVERRIDE_CTBTD_OPTION)
# Comment the line below to deactivate the --config-dir option
add_definitions(-DQET_ALLOW_OVERRIDE_CD_OPTION)
# Comment the line below to deactivate the --data-dir option
add_definitions(-DQET_ALLOW_OVERRIDE_DD_OPTION)
# Enable project database export when requested by the build system.
option(QET_EXPORT_PROJECT_DB "Enable project database export" OFF)