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
Marco Bubke
flatpak-qt-creator
Commits
dc5e37da
Commit
dc5e37da
authored
Nov 23, 2010
by
dt
Browse files
Qt4ProjectManager: qmakestep saner target check
Reviewed-By: hunger
parent
7d926b47
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qmakestep.cpp
View file @
dc5e37da
...
...
@@ -146,8 +146,7 @@ QStringList QMakeStep::moreArguments()
if
(
type
==
ProjectExplorer
::
ToolChain_GCC_MAEMO
)
arguments
<<
QLatin1String
(
"-unix"
);
#endif
if
(
bc
->
target
()
->
id
()
==
Constants
::
S60_DEVICE_TARGET_ID
||
bc
->
target
()
->
id
()
==
Constants
::
S60_EMULATOR_TARGET_ID
)
{
if
(
!
bc
->
qtVersion
()
->
supportsShadowBuilds
())
{
// We have a target which does not allow shadow building.
// But we really don't want to have the build artefacts in the source dir
// so we try to hack around it, to make the common cases work.
...
...
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