Android: Don't scream at the user

Change-Id: I20ebad6ad2c314394b2c9c90cb9b63e871b2dfb4
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Robert Loehning
2020-08-10 19:56:45 +02:00
parent 7938320291
commit d4332534de

View File

@@ -213,7 +213,7 @@ bool AndroidDeployQtStep::init()
if (!selectedAbis.contains(info.cpuAbi.first())) {
Core::MessageManager::write(
tr("Android: The main ABI of the deployment device (%1) is not selected! The app "
tr("Android: The main ABI of the deployment device (%1) is not selected. The app "
"execution or debugging might not work properly. Add it from Projects > Build > "
"Build Steps > qmake > ABIs.")
.arg(info.cpuAbi.first()),