diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-09-08 13:27:02 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-09-16 16:18:48 (GMT) |
commit | 05126d23f6a285731dfef940012c6b78feb9fa62 (patch) | |
tree | bf5ba7ee2514cbffa2bfdcc95bad591c65c0d810 /Source/cmQtAutoMocUic.h | |
parent | f54c5ee52195ae2d73a54faef9399ab977b83a1b (diff) | |
download | CMake-05126d23f6a285731dfef940012c6b78feb9fa62.zip CMake-05126d23f6a285731dfef940012c6b78feb9fa62.tar.gz CMake-05126d23f6a285731dfef940012c6b78feb9fa62.tar.bz2 |
Autogen: Remove CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE sort duplication
This removes code that sorts include directories for `AUTOMOC` according to
`CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE`. This is possible because the
included directories passed to `AUTOMOC` are already sorted, also with
respect to `CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE`.
Diffstat (limited to 'Source/cmQtAutoMocUic.h')
-rw-r--r-- | Source/cmQtAutoMocUic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmQtAutoMocUic.h b/Source/cmQtAutoMocUic.h index 549b088..2f6ebff 100644 --- a/Source/cmQtAutoMocUic.h +++ b/Source/cmQtAutoMocUic.h @@ -178,7 +178,6 @@ public: // -- Attributes // - Config bool MultiConfig = false; - bool IncludeProjectDirsBefore = false; unsigned int QtVersionMajor = 4; // - Directories std::string ProjectSourceDir; |