permissions: Don't try to read usage descriptions from non-existing plist
Task-number: QTBUG-110356 Pick-to: 6.5 Change-Id: I8078556fbe67e98af2fcfe8222a8ce097df69f08 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
b2c1237b45
commit
457300ff60
@ -1,4 +1,4 @@
|
||||
isEmpty(QMAKE_INFO_PLIST): \
|
||||
isEmpty(QMAKE_INFO_PLIST)|!exists($$QMAKE_INFO_PLIST): \
|
||||
return()
|
||||
|
||||
for(plugin, QT_PLUGINS) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user