forked from qt-creator/qt-creator
Android: Reuse ANDROID_RUNCONFIG_ID constant
Change-Id: Ic5d6c31f0a6b6d725203f99554c9f32753ab7071 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -100,7 +100,7 @@ class AndroidRunConfigurationFactory : public RunConfigurationFactory
|
|||||||
public:
|
public:
|
||||||
AndroidRunConfigurationFactory()
|
AndroidRunConfigurationFactory()
|
||||||
{
|
{
|
||||||
registerRunConfiguration<AndroidRunConfiguration>("Qt4ProjectManager.AndroidRunConfiguration:");
|
registerRunConfiguration<AndroidRunConfiguration>(Android::Constants::ANDROID_RUNCONFIG_ID);
|
||||||
addSupportedTargetDeviceType(Android::Constants::ANDROID_DEVICE_TYPE);
|
addSupportedTargetDeviceType(Android::Constants::ANDROID_DEVICE_TYPE);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user