OSDN Git Service

Mark simulator as a mobile target
authorTobias Hunger <tobias.hunger@nokia.com>
Tue, 30 Mar 2010 15:04:41 +0000 (17:04 +0200)
committerTobias Hunger <tobias.hunger@nokia.com>
Fri, 30 Apr 2010 12:27:51 +0000 (14:27 +0200)
src/plugins/qt4projectmanager/qtversionmanager.cpp

index bcaed3f..b658c96 100644 (file)
@@ -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