diff --git a/docs/documentation/index.html b/docs/documentation/index.html index 177bf703..9239a6a2 100644 --- a/docs/documentation/index.html +++ b/docs/documentation/index.html @@ -2131,7 +2131,7 @@ Compiler Flags -

Define additional compiler flags used during indexing including the dash (e.g. use -D RELEASE to add a #define for RELEASE).

For instructions on how to add paths see Path List Box.

+

Define additional compiler flags used during indexing including the dash (e.g. use -DRELEASE to add a #define for RELEASE).

For instructions on how to add paths see Path List Box.

Precompiled Header File @@ -2194,7 +2194,7 @@ Additional Compiler Flags -

Define additional compiler flags used during indexing including the dash (e.g. use -D RELEASE to add a #define for RELEASE).

For instructions on how to add paths see Path List Box.

+

Define additional compiler flags used during indexing including the dash (e.g. use -DRELEASE to add a #define for RELEASE).

For instructions on how to add paths see Path List Box.

Precompiled Header File @@ -2287,7 +2287,7 @@ Additional Compiler Flags -

Define additional compiler flags used during indexing including the dash (e.g. use -D RELEASE to add a #define for RELEASE).

For instructions on how to add paths see Path List Box.

+

Define additional compiler flags used during indexing including the dash (e.g. use -DRELEASE to add a #define for RELEASE).

For instructions on how to add paths see Path List Box.

diff --git a/src/lib_gui/qt/project_wizard/content/QtProjectWizardContentFlags.cpp b/src/lib_gui/qt/project_wizard/content/QtProjectWizardContentFlags.cpp index 8785a1c3..27e54a86 100644 --- a/src/lib_gui/qt/project_wizard/content/QtProjectWizardContentFlags.cpp +++ b/src/lib_gui/qt/project_wizard/content/QtProjectWizardContentFlags.cpp @@ -28,8 +28,17 @@ void QtProjectWizardContentFlags::populate(QGridLayout* layout, int& row) QStringLiteral( "

Define additional Clang compiler flags used during indexing. Here are some " "examples:

" - "

use \"-DRELEASE\" to add a preprocessor #define for \"RELEASE\"

" - "

use \"-U__clang__\" to remove the preprocessor #define for \"__clang__\"

"), + ""), layout, row);