forked from qt-creator/qt-creator
Android: Handle ANDROID.APK role in QmakeProFileNode
Change-Id: Ifac2377248f72c07f087fd4b294dc21e93a0ed7c Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user