ENH: Make out of source work on Windows
This commit is contained in:
parent
3e8f596c81
commit
f7000fa7b9
|
@ -82,7 +82,7 @@ bool cmQTWrapUICommand::InitialPass(std::vector<std::string> const& argsIn)
|
||||||
m_Makefile->GetCurrentOutputDirectory(),
|
m_Makefile->GetCurrentOutputDirectory(),
|
||||||
"cxx",false);
|
"cxx",false);
|
||||||
std::string origname;
|
std::string origname;
|
||||||
if ( (*j)[0] == '/' )
|
if ( (*j)[0] == '/' || (*j)[1] == ':' )
|
||||||
{
|
{
|
||||||
origname = *j;
|
origname = *j;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue