diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-10-11 12:26:56 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-10-24 09:50:58 (GMT) |
commit | 85b3d6e73d1d5620229c7fc67a705fd50c8bcff0 (patch) | |
tree | fe8938859b9d1ea0c465db587e664e3908e9eb8e /Source/cmQtAutoGenerators.h | |
parent | ca124a15150b5f88a9dcd9edfc4f61cf473efc64 (diff) | |
download | CMake-85b3d6e73d1d5620229c7fc67a705fd50c8bcff0.zip CMake-85b3d6e73d1d5620229c7fc67a705fd50c8bcff0.tar.gz CMake-85b3d6e73d1d5620229c7fc67a705fd50c8bcff0.tar.bz2 |
Extract an SetupAutoMocTarget method.
This class will soon gain methods for autouic and autorcc.
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index 68a2d27..ce70890 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -27,6 +27,11 @@ public: void SetupAutoGenerateTarget(cmTarget* target); private: + void SetupAutoMocTarget(cmTarget* target, + const std::string &autogenTargetName, + std::map<std::string, std::string> &configIncludes, + std::map<std::string, std::string> &configDefines); + cmGlobalGenerator* CreateGlobalGenerator(cmake* cm, const char* targetDirectory); |