Quote Originally Posted by mandal View Post
If you mean QODBC driver, it is initialized in execute() method. And does not take so much time.
Plugins get initialised inside QCoreApplication constructor. I didn't mean your code to initialise the database.

Do what JPN suggests - dive into QApplication code. Remember to compile in debug mode or else you won't get much info.