The project I'm working on doesn't appear to use Sql;
however, when I run macdeployqt it will add
Frameworks/QtSql.framework
PlugIns/sqldrivers
to the APP bundle.

Any ideas on why that happens?
Adding
QT -= sql
to the .pro doesn't change anything.