diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-08-30 21:13:10 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-09-07 15:53:19 (GMT) |
commit | d8d064abbc10239cf61655da31d3e6a4a46298e7 (patch) | |
tree | bccc6ce5924ba62aa1e249eabb3a5a8389648206 /Source/cmQtAutoGenerators.h | |
parent | 37714f884be3c37fbbcbf7bbef0ceb3b44cc5961 (diff) | |
download | CMake-d8d064abbc10239cf61655da31d3e6a4a46298e7.zip CMake-d8d064abbc10239cf61655da31d3e6a4a46298e7.tar.gz CMake-d8d064abbc10239cf61655da31d3e6a4a46298e7.tar.bz2 |
Autogen: Use the same algorithm for RCC and UIC option merging
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index 5421408..2084a81 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -12,7 +12,6 @@ #include <map> #include <set> #include <string> -#include <utility> #include <vector> class cmMakefile; |