Linking problems would indicate the code itself is okay. However since you are trying to combine the widget and QtQuick worlds, you surely need to derive your application from QApplication and not QGuiApplication. And for that you need to link against the widgets module.
Bookmarks