forked from qt-creator/qt-creator
Android: handle some TODO comments
Change-Id: Id1848dccc0a9b43ed77c0bd99329a0b81705a17a Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -163,8 +163,12 @@ Core::Id AndroidDeployQtStep::stepId()
|
||||
bool AndroidDeployQtStep::init()
|
||||
{
|
||||
QtSupport::BaseQtVersion *version = QtSupport::QtKitAspect::qtVersion(target()->kit());
|
||||
if (!version) // TODO: Add error message
|
||||
if (!version) {
|
||||
qCDebug(deployStepLog,
|
||||
"The Qt version for kit %s is not valid.",
|
||||
qPrintable(target()->kit()->displayName()));
|
||||
return false;
|
||||
}
|
||||
|
||||
m_androiddeployqtArgs = CommandLine();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user