diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-08 09:13:11 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-08 09:13:11 +0900 |
commit | ba608e51abaeeca867d14590749beda6c283e3a8 (patch) | |
tree | 8f7ed2bc0008a4a33854eb92ff2347d1697f2834 /Source/cmQtAutoGen.cxx | |
parent | 5b13f2e6aa1ca2f812f53a40b11ff1f80277f897 (diff) | |
download | cmake-ba608e51abaeeca867d14590749beda6c283e3a8.tar.gz cmake-ba608e51abaeeca867d14590749beda6c283e3a8.tar.bz2 cmake-ba608e51abaeeca867d14590749beda6c283e3a8.zip |
Imported Upstream version 3.10.2upstream/3.10.2
Diffstat (limited to 'Source/cmQtAutoGen.cxx')
-rw-r--r-- | Source/cmQtAutoGen.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQtAutoGen.cxx b/Source/cmQtAutoGen.cxx index 5e89978b9..0fc2fc012 100644 --- a/Source/cmQtAutoGen.cxx +++ b/Source/cmQtAutoGen.cxx @@ -248,7 +248,7 @@ static bool RccListInputsQt5(std::string const& rccCommand, // - Class definitions -std::string const cmQtAutoGen::listSep = "@LSEP@"; +std::string const cmQtAutoGen::listSep = "<<<S>>>"; std::string const& cmQtAutoGen::GeneratorName(Generator type) { |