qt signal undefined reference error
Apart from whatever is mentioned in this answer, also make sure to:
click 'Build' option > Run 'qmake'
That should fix the pending errors as well.
At the beginning of your class declaration you should have the macro Q_OBJECT
and be sure to inherit from some QObject
descendant.