summaryrefslogtreecommitdiff
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-09-23 00:54:08 +0200
committerStephen Kelly <steveire@gmail.com>2014-10-23 20:35:25 +0200
commit506151af519aa50594000d22c66c0620f026878f (patch)
tree50ac2bb4de4e197fc6f067dfc1e9ed53faf65483 /Source/cmQtAutoGenerators.h
parentb2a7f60a4660ced5892e47eb1e7dd560313c340c (diff)
downloadcmake-506151af519aa50594000d22c66c0620f026878f.tar.gz
QtAutogen: Extract a GetRccExecutable method.
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r--Source/cmQtAutoGenerators.h2
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;