Ahh finally, it works!


The problem was that my .moc file was not being generated because I didn't have the correct properties for my .h file.

All I needed to do was edit the command line and additional dependencies, then add the moc file to my project. Ahem, like I said, I'm pretty new to Qt.


Thanks for all your help tbscope!