I am sure that Qt Creator does not require the use of Qt in your application. If you do not want to reference any Qt libraries or run MOC for any header files (which you only need to do for QObject subclasses), just do QT -= core gui (to get rid of the Qt libraries from the link command. Maybe QT = also suitable) and does not indicate HEADERS .
Good luck, unsubscribe if this works.
source share