mythread.o: In function `ThreadDialog::startOrStopThreadB()':
mythread.cpp:(.text+0x259): undefined reference to `ThreadDialog::staticMetaObject'
mythread.cpp:(.text+0x2b7): undefined reference to `ThreadDialog::staticMetaObject'
mythread.o: In function `ThreadDialog::startOrStopThreadA()':
mythread.cpp:(.text+0x389): undefined reference to `ThreadDialog::staticMetaObject'
mythread.cpp:(.text+0x3e7): undefined reference to `ThreadDialog::staticMetaObject'
mythread.o: In function `ThreadDialog::ThreadDialog(QWidget*)':
mythread.cpp:(.text+0x4ae): undefined reference to `vtable for ThreadDialog'
mythread.cpp:(.text+0x4b5): undefined reference to `vtable for ThreadDialog'
mythread.cpp:(.text+0x57b): undefined reference to `ThreadDialog::staticMetaObject'
mythread.cpp:(.text+0x5de): undefined reference to `ThreadDialog::staticMetaObject'
mythread.cpp:(.text+0x641): undefined reference to `ThreadDialog::staticMetaObject'
mythread.o: In function `ThreadDialog::ThreadDialog(QWidget*)':
mythread.cpp:(.text+0x89e): undefined reference to `vtable for ThreadDialog'
mythread.cpp:(.text+0x8a5): undefined reference to `vtable for ThreadDialog'
mythread.cpp:(.text+0x96b): undefined reference to `ThreadDialog::staticMetaObject'
mythread.cpp:(.text+0x9ce): undefined reference to `ThreadDialog::staticMetaObject'
mythread.cpp:(.text+0xa31): undefined reference to `ThreadDialog::staticMetaObject'
mythread.o: In function `main':
mythread.cpp:(.text+0xcba): undefined reference to `vtable for ThreadDialog'
mythread.cpp:(.text+0xcc1): undefined reference to `vtable for ThreadDialog'
mythread.cpp:(.text+0xda2): undefined reference to `vtable for ThreadDialog'
mythread.cpp:(.text+0xda9): undefined reference to `vtable for ThreadDialog'
collect2: ld returned 1 exit status
make: *** [mythread] Error 1
Bookmarks