Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
5fc8324b
Commit
5fc8324b
authored
Nov 30, 2009
by
dt
Browse files
compile on windows
parent
8151563f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qmakestep.cpp
View file @
5fc8324b
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment