QMakePM: Fix typo in supported project type

Introduced with 4a66cae854.

Change-Id: I7b10391160132024cac5c3bab8e44693ff4a89b8
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2017-12-20 10:03:38 +01:00
parent c06212a255
commit 60fb35a23c

View File

@@ -442,7 +442,7 @@ DesktopQmakeRunConfigurationFactory::DesktopQmakeRunConfigurationFactory(QObject
{
setObjectName("DesktopQmakeRunConfigurationFactory");
registerRunConfiguration<DesktopQmakeRunConfiguration>(QMAKE_RC_PREFIX);
addSupportedProjectType(QmakeProjectManager::Constants::PROJECT_ID);
addSupportedProjectType(QmakeProjectManager::Constants::QMAKEPROJECT_ID);
setSupportedTargetDeviceTypes({ProjectExplorer::Constants::DESKTOP_DEVICE_TYPE});
}