Skip to content
Snippets Groups Projects
Commit fc4e7b2e authored by dt's avatar dt
Browse files

Oh well symbian doesn't support dots in dirs

parent 238dfa51
No related branches found
No related tags found
No related merge requests found
......@@ -117,10 +117,10 @@ QStringList QMakeStep::allArguments()
// This is a HACK, remove once the symbian make generator supports
// shadow building
arguments << QLatin1String("-after")
<< QLatin1String("OBJECTS_DIR=.obj")
<< QLatin1String("MOC_DIR=.moc")
<< QLatin1String("UI_DIR=.ui")
<< QLatin1String("RCC_DIR=.rcc");
<< QLatin1String("OBJECTS_DIR=obj")
<< QLatin1String("MOC_DIR=moc")
<< QLatin1String("UI_DIR=ui")
<< QLatin1String("RCC_DIR=rcc");
}
// Find out what flags we pass on to qmake
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment