From 4eb9661ba6c2bb33f69487ca6c2f5cfa6041e17f Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 12 Apr 2021 22:30:19 +0200 Subject: [PATCH] Document how `override.cfg` works in relation with feature tags --- getting_started/workflow/export/feature_tags.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/getting_started/workflow/export/feature_tags.rst b/getting_started/workflow/export/feature_tags.rst index 81a052617..f57f68867 100644 --- a/getting_started/workflow/export/feature_tags.rst +++ b/getting_started/workflow/export/feature_tags.rst @@ -109,6 +109,15 @@ After overriding, a new field is added for this specific configuration: .. image:: img/feature_tags3.png +.. note:: + + When using the + :ref:`project settings "override.cfg" functionality ` + (which is unrelated to feature tags), remember that feature tags still apply. + Therefore, make sure to *also* override the setting with the desired feature + tag(s) if you want them to override base project settings on all platforms + and configurations. + Default overrides -----------------