forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.12'
Change-Id: Ia8254720b2ba6e3e7b859017e1c2b6e289bed771
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