diff options
author | Brad King <brad.king@kitware.com> | 2017-07-06 14:13:07 +0000 |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-07-06 10:13:25 -0400 |
commit | 3572548eb37509db2801e8ae57f7874af3089f46 (patch) | |
tree | b9be1503cce1318ef00cda90165e929e4a22fad2 /Source/cmQtAutoGenerators.cxx | |
parent | 8bc93cdd797e6396040bd00eee877734af0d3759 (diff) | |
parent | 251bcbed721c86886b5b51f97f30228e249a0d63 (diff) | |
download | cmake-3572548eb37509db2801e8ae57f7874af3089f46.tar.gz |
Merge topic 'autogen_p'
251bcbed Autogen: Continue search for FOO_p.h when FOO.h was found
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1022
Diffstat (limited to 'Source/cmQtAutoGenerators.cxx')
-rw-r--r-- | Source/cmQtAutoGenerators.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmQtAutoGenerators.cxx b/Source/cmQtAutoGenerators.cxx index 4e71f679d8..948ac44d06 100644 --- a/Source/cmQtAutoGenerators.cxx +++ b/Source/cmQtAutoGenerators.cxx @@ -1162,7 +1162,6 @@ void cmQtAutoGenerators::SearchHeadersForSourceFile( if (!this->UicSkip(absFilename) && !this->UicSkip(headerName)) { uicHeaderFiles.insert(headerName); } - break; } } } |