I get undefined external symbol errors for the methods of the QWindow class. My .pro file contains:


QT += core
QT += gui
QT += widgets

What do I need to do to get QWindow's methods defined?