forked from qt-creator/qt-creator
Android: Move strange macro to smaller scope
Change-Id: Ia53ba19eb2879d7b72677e28639e4f506581f213 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -72,6 +72,12 @@ static Q_LOGGING_CATEGORY(avdConfigLog, "qtc.android.androidconfig", QtWarningMs
|
||||
namespace Android {
|
||||
using namespace Internal;
|
||||
|
||||
#ifdef Q_OS_WIN32
|
||||
#define ANDROID_BAT_SUFFIX ".bat"
|
||||
#else
|
||||
#define ANDROID_BAT_SUFFIX ""
|
||||
#endif
|
||||
|
||||
const char JsonFilePath[] = "android/sdk_definitions.json";
|
||||
const char SdkToolsUrlKey[] = "sdk_tools_url";
|
||||
const char CommonKey[] = "common";
|
||||
|
Reference in New Issue
Block a user