compile on windows

This commit is contained in:
dt
2009-11-30 15:59:27 +01:00
parent 8151563f64
commit 5fc8324b8b

View File

@@ -84,7 +84,7 @@ QStringList QMakeStep::allArguments()
arguments << "-spec" << bc->qtVersion()->mkspec();
#ifdef Q_OS_WIN
ToolChain::ToolChainType type = pro->toolChainType(bc);
ToolChain::ToolChainType type = bc->toolChainType();
if (type == ToolChain::GCC_MAEMO)
arguments << QLatin1String("-unix");
#endif