diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-09-23 00:54:08 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-10-23 20:35:25 +0200 |
commit | 506151af519aa50594000d22c66c0620f026878f (patch) | |
tree | 50ac2bb4de4e197fc6f067dfc1e9ed53faf65483 /Source/cmQtAutoGenerators.h | |
parent | b2a7f60a4660ced5892e47eb1e7dd560313c340c (diff) | |
download | cmake-506151af519aa50594000d22c66c0620f026878f.tar.gz |
QtAutogen: Extract a GetRccExecutable method.
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index c298f5d283..ffbd73e0a2 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -86,6 +86,8 @@ private: void MergeRccOptions(std::vector<std::string> &opts, const std::vector<std::string> &fileOpts, bool isQt5); + std::string GetRccExecutable(cmTarget const* target); + std::string QtMajorVersion; std::string Sources; std::string RccSources; |