From bba6a52bc3b666ae4189250593e874cf2317eabb 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 --- tutorials/export/feature_tags.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tutorials/export/feature_tags.rst b/tutorials/export/feature_tags.rst index 61d3b758d..eff1a0378 100644 --- a/tutorials/export/feature_tags.rst +++ b/tutorials/export/feature_tags.rst @@ -111,6 +111,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 -----------------