summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGeneratorCommon.cxx
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-03-02 11:32:47 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-03-06 21:01:02 (GMT)
commita28ae16e3cd6d42ab068b5bc0bedf5725a6ce743 (patch)
tree6683392784fe33dd75fc29d5fb3698686cede860 /Source/cmQtAutoGeneratorCommon.cxx
parent0d9a5baa0e96fb2d14838ebeb6a86eec62acf100 (diff)
downloadCMake-a28ae16e3cd6d42ab068b5bc0bedf5725a6ce743.zip
CMake-a28ae16e3cd6d42ab068b5bc0bedf5725a6ce743.tar.gz
CMake-a28ae16e3cd6d42ab068b5bc0bedf5725a6ce743.tar.bz2
Autogen: Embrace qrc file lists in braces in AutogenInfo.cmake
This allows empty .qrc files in any list position.
Diffstat (limited to 'Source/cmQtAutoGeneratorCommon.cxx')
-rw-r--r--Source/cmQtAutoGeneratorCommon.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQtAutoGeneratorCommon.cxx b/Source/cmQtAutoGeneratorCommon.cxx
index c42f71d..5146b1a 100644
--- a/Source/cmQtAutoGeneratorCommon.cxx
+++ b/Source/cmQtAutoGeneratorCommon.cxx
@@ -152,7 +152,7 @@ static bool RccListInputsQt5(const std::string& rccCommand,
// - Class definitions
-const char* cmQtAutoGeneratorCommon::listSep = "@list_sep@";
+const char* cmQtAutoGeneratorCommon::listSep = "@LSEP@";
bool cmQtAutoGeneratorCommon::RccListInputs(const std::string& qtMajorVersion,
const std::string& rccCommand,