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

Oh well symbian doesn't support dots in dirs

parent acf1e49d
No related branches found
No related tags found
No related merge requests found
...@@ -117,10 +117,10 @@ QStringList QMakeStep::allArguments() ...@@ -117,10 +117,10 @@ QStringList QMakeStep::allArguments()
// This is a HACK, remove once the symbian make generator supports // This is a HACK, remove once the symbian make generator supports
// shadow building // shadow building
arguments << QLatin1String("-after") arguments << QLatin1String("-after")
<< QLatin1String("OBJECTS_DIR=.obj") << QLatin1String("OBJECTS_DIR=obj")
<< QLatin1String("MOC_DIR=.moc") << QLatin1String("MOC_DIR=moc")
<< QLatin1String("UI_DIR=.ui") << QLatin1String("UI_DIR=ui")
<< QLatin1String("RCC_DIR=.rcc"); << QLatin1String("RCC_DIR=rcc");
} }
// Find out what flags we pass on to qmake // 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