obj\Release\finddialog.o:finddialog.cpp:(.text+0x1167): undefined reference to `FindDialog::staticMetaObject'
This is QT stuff, probably you have not added all the QT macro that are required to derive a class.
Please read the documentation about deriving QT classes.
And use google :)