permissions: Don't try to read usage descriptions from non-existing plist

Task-number: QTBUG-110356
Change-Id: I8078556fbe67e98af2fcfe8222a8ce097df69f08
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
(cherry picked from commit 457300ff60a0f9067fd99ce020b00dd3c0cedb02)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Tor Arne Vestbø 2023-01-23 13:47:04 +01:00 committed by Qt Cherry-pick Bot
parent 52a074ada4
commit 6952cfa95b

View File

@ -1,4 +1,4 @@
isEmpty(QMAKE_INFO_PLIST): \
isEmpty(QMAKE_INFO_PLIST)|!exists($$QMAKE_INFO_PLIST): \
return()
for(plugin, QT_PLUGINS) {