diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-07-02 20:54:35 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-07-02 20:54:35 (GMT) |
commit | 251bcbed721c86886b5b51f97f30228e249a0d63 (patch) | |
tree | 7e2f8625d810fbf72767d3e3c79de7ba96dfd17e /Source/cmQtAutoGenerators.cxx | |
parent | d3234a8a48bbb24eff6bb1a0b1750d18c3417792 (diff) | |
download | CMake-251bcbed721c86886b5b51f97f30228e249a0d63.zip CMake-251bcbed721c86886b5b51f97f30228e249a0d63.tar.gz CMake-251bcbed721c86886b5b51f97f30228e249a0d63.tar.bz2 |
Autogen: Continue search for FOO_p.h when FOO.h was found
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 27e4928..e6209e0 100644 --- a/Source/cmQtAutoGenerators.cxx +++ b/Source/cmQtAutoGenerators.cxx @@ -1160,7 +1160,6 @@ void cmQtAutoGenerators::SearchHeadersForSourceFile( if (!this->UicSkip(absFilename) && !this->UicSkip(headerName)) { uicHeaderFiles.insert(headerName); } - break; } } } |