mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
QtAutogen: Allow multiple qrc files with the same name
Use cmFilePathUuid for qrc files.
This commit is contained in:
committed by
Brad King
parent
41c9e14afb
commit
4e9b97d739
@@ -51,7 +51,8 @@ private:
|
||||
const std::string& uiOutputFile);
|
||||
bool GenerateQrcFiles();
|
||||
bool GenerateQrc(const std::string& qrcInputFile,
|
||||
const std::string& qrcOutputFile);
|
||||
const std::string& qrcOutputFile, bool unique_n);
|
||||
|
||||
void ParseCppFile(
|
||||
const std::string& absFilename,
|
||||
const std::vector<std::string>& headerExtensions,
|
||||
|
||||
Reference in New Issue
Block a user