Android: Handle ANDROID.APK role in QmakeProFileNode

Change-Id: Ifac2377248f72c07f087fd4b294dc21e93a0ed7c
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Assam Boudjelthia
2020-03-17 13:52:42 +02:00
parent abca39aeae
commit db23f3e10b

View File

@@ -384,6 +384,8 @@ QVariant QmakeProFileNode::data(Core::Id role) const
if (role == Android::Constants::AndroidTargets)
return {};
if (role == Android::Constants::AndroidApk)
return {};
// We can not use AppMan headers even at build time.
if (role == "AppmanPackageDir")