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

compile on windows

parent 8151563f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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