-
Bug
-
Resolution: Incomplete
-
P2: Important
-
None
-
6.8.4, 6.9.1
-
None
Steps to reproduce:
1. Create a Qt Quick application from Qt Creator template
2. Build
3. Run macdeployqt on the app bundle
Outcome:
ERROR: no file at "/usr/local/opt/libiodbc/lib/libiodbc.2.dylib" ERROR: no file at "/Applications/Postgres.app/Contents/Versions/14/lib/libpq.5.dylib" ERROR: no file at "/usr/local/lib/libmimerapi.dylib"
It is a default Qt Quick app so database is certainly not used or depended on. But I am still forced to deploy their libs. And deployment fails because I don't have them.
A log with "verbose=3" is uploaded too.