summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-07-06 14:13:07 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-07-06 14:13:25 (GMT)
commit3572548eb37509db2801e8ae57f7874af3089f46 (patch)
treeb9be1503cce1318ef00cda90165e929e4a22fad2 /Source/cmQtAutoGenerators.cxx
parent8bc93cdd797e6396040bd00eee877734af0d3759 (diff)
parent251bcbed721c86886b5b51f97f30228e249a0d63 (diff)
downloadCMake-3572548eb37509db2801e8ae57f7874af3089f46.zip
CMake-3572548eb37509db2801e8ae57f7874af3089f46.tar.gz
CMake-3572548eb37509db2801e8ae57f7874af3089f46.tar.bz2
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.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmQtAutoGenerators.cxx b/Source/cmQtAutoGenerators.cxx
index 4e71f67..948ac44 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;
}
}
}