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
78989998
Commit
78989998
authored
Mar 30, 2010
by
Tobias Hunger
Browse files
Mark simulator as a mobile target
parent
a712509b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qtversionmanager.cpp
View file @
78989998
...
...
@@ -1197,7 +1197,8 @@ bool QtVersion::supportsMobileTarget() const
{
return
supportsTargetId
(
Constants
::
S60_DEVICE_TARGET_ID
)
||
supportsTargetId
(
Constants
::
S60_EMULATOR_TARGET_ID
)
||
supportsTargetId
(
Constants
::
MAEMO_DEVICE_TARGET_ID
);
supportsTargetId
(
Constants
::
MAEMO_DEVICE_TARGET_ID
)
||
supportsTargetId
(
Constants
::
QT_SIMULATOR_TARGET_ID
);
}
QList
<
QSharedPointer
<
ProjectExplorer
::
ToolChain
>
>
QtVersion
::
toolChains
()
const
...
...
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