summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-09-22 22:54:08 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-10-23 18:35:25 (GMT)
commit506151af519aa50594000d22c66c0620f026878f (patch)
tree50ac2bb4de4e197fc6f067dfc1e9ed53faf65483 /Source/cmQtAutoGenerators.h
parentb2a7f60a4660ced5892e47eb1e7dd560313c340c (diff)
downloadCMake-506151af519aa50594000d22c66c0620f026878f.zip
CMake-506151af519aa50594000d22c66c0620f026878f.tar.gz
CMake-506151af519aa50594000d22c66c0620f026878f.tar.bz2
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 c298f5d..ffbd73e 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;