diff options
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r-- | Source/cmCommands.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx index 4c53dc4..55d8da6 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -56,6 +56,7 @@ #include "cmVTKWrapJavaCommand.cxx" #include "cmVTKWrapPythonCommand.cxx" #include "cmVTKWrapTclCommand.cxx" +#include "cmQTWrapCPPCommand.cxx" #include "cmWrapExcludeFilesCommand.cxx" void GetPredefinedCommands(std::list<cmCommand*>& commands) @@ -113,6 +114,7 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands) commands.push_back(new cmVTKWrapJavaCommand); commands.push_back(new cmVTKWrapPythonCommand); commands.push_back(new cmVTKWrapTclCommand); + commands.push_back(new cmQTWrapCPPCommand); commands.push_back(new cmWrapExcludeFilesCommand); } |