In a "perfect world", it would be nice that the command:
qmake -project

detects that some of my files include sql and try to open QSQLITE and consequently add automatically the lines:
QTPLUGIN += qsqlite
QT += sql

to the .pro file...
Maybe in the next release of Qt...