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:
Tor Arne Vestbø 2023-01-23 13:47:04 +01:00
parent b2c1237b45
commit 457300ff60

View File

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