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
cf57bda9
Commit
cf57bda9
authored
May 12, 2010
by
dt
Browse files
Maemo does support shadow building
parent
51bfaa4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qtversionmanager.cpp
View file @
cf57bda9
...
...
@@ -627,16 +627,6 @@ bool QtVersion::supportsShadowBuilds() const
// We can not support shadow building with the ABLD system
return
false
;
}
if
(
targets
.
contains
(
Constants
::
MAEMO_DEVICE_TARGET_ID
))
{
#if defined(Q_OS_WIN)
// qmake -unix fails with shadow building on windows
return
false
;
#else
// ... but works fine anywhere else
return
true
;
#endif
}
return
true
;
}
...
...
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