diff --git a/Source/WXDialog/wxCMakeSetup.cxx b/Source/WXDialog/wxCMakeSetup.cxx index 609768118..d6bd37bc8 100644 --- a/Source/WXDialog/wxCMakeSetup.cxx +++ b/Source/WXDialog/wxCMakeSetup.cxx @@ -143,7 +143,7 @@ bool wxCMakeSetup::OnInit() { cmSystemTools::DisableRunCommandOutput(); cmCommandLineInfo cm; - cm.SetValidArguments("ABGH"); + cm.SetValidArguments("ABGHQ"); cm.ParseCommandLine(wxApp::argc, wxApp::argv); this->SetVendorName("Andy");