diff options
Diffstat (limited to 'Source/cmQTWrapCPPCommand.cxx')
-rw-r--r-- | Source/cmQTWrapCPPCommand.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmQTWrapCPPCommand.cxx b/Source/cmQTWrapCPPCommand.cxx index 39eb362..4a3fd8a 100644 --- a/Source/cmQTWrapCPPCommand.cxx +++ b/Source/cmQTWrapCPPCommand.cxx @@ -127,10 +127,12 @@ void cmQTWrapCPPCommand::FinalPass() realdepends.push_back(m_WrapHeaders[classNum]); const char* no_main_dependency = 0; + const char* no_working_dir = 0; m_Makefile->AddCustomCommandToOutput(res.c_str(), realdepends, no_main_dependency, commandLines, - "QT Wrapped File"); + "QT Wrapped File", + no_working_dir); } } |