summaryrefslogtreecommitdiff
path: root/src/plugins/android/androidconstants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/android/androidconstants.h')
-rw-r--r--src/plugins/android/androidconstants.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/plugins/android/androidconstants.h b/src/plugins/android/androidconstants.h
index b498816d7f..19d6157752 100644
--- a/src/plugins/android/androidconstants.h
+++ b/src/plugins/android/androidconstants.h
@@ -31,7 +31,7 @@
#ifndef ANDROIDCONSTANTS_H
#define ANDROIDCONSTANTS_H
-#include <QLatin1String>
+#include <QtGlobal>
namespace Android {
namespace Internal {
@@ -44,8 +44,6 @@ enum AndroidQemuStatus {
AndroidQemuUserReason
};
-#define ANDROID_PREFIX "Qt4ProjectManager.AndroidRunConfiguration"
-
#ifdef Q_OS_WIN32
#define ANDROID_EXE_SUFFIX ".exe"
#define ANDROID_BAT_SUFFIX ".bat"
@@ -54,8 +52,6 @@ enum AndroidQemuStatus {
#define ANDROID_BAT_SUFFIX ""
#endif
-static const QLatin1String ANDROID_RC_ID_PREFIX(ANDROID_PREFIX ":");
-
} // namespace Internal
namespace Constants {
@@ -68,8 +64,7 @@ const char ANDROIDQT[] = "Qt4ProjectManager.QtVersion.Android";
const char ANDROID_DEVICE_TYPE[] = "Android.Device.Type";
const char ANDROID_DEVICE_ID[] = "Android Device";
-
-}
+} // namespace Constants;
} // namespace Android
#endif // ANDROIDCONSTANTS_H