From eb095f9a102c456a42a0360944ade44896ce5984 Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Mon, 17 Aug 2026 06:57:18 +0200 Subject: [PATCH] Update start_options.cmake restore -DQET_ALLOW_OVERRIDE_DD_OPTION --- cmake/start_options.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmake/start_options.cmake b/cmake/start_options.cmake index d9699a1bb..f8cfae1a9 100644 --- a/cmake/start_options.cmake +++ b/cmake/start_options.cmake @@ -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)