plugin.o: In function `Plugin::Plugin(QObject *, char const *)':
plugin.o(.text+0x1d): undefined reference to `Plugin virtual table'
plugin.o: In function `Plugin::~Plugin(void)':
plugin.o(.text+0xc1): undefined reference to `Plugin virtual table'
win.o: In function `MainWindow::MainWindow(QWidget *, char const *, unsigned
int)':
win.o(.text+0x1f): undefined reference to `MainWindow::QPaintDevice virtual
table'
win.o(.text+0x26): undefined reference to `MainWindow virtual table'
win.o(.text+0x83): undefined reference to `MainWindow::tr(char const *)'
win.o(.text+0x15a): undefined reference to `MainWindow::tr(char const *)'
win.o(.text+0x3ee): undefined reference to `MainWindow::tr(char const *)'
win.o(.text+0x4d3): undefined reference to `MainWindow::tr(char const *)'
win.o(.text+0x556): undefined reference to `MainWindow::tr(char const *)'
win.o: In function `MainWindow::~MainWindow(void)':
win.o(.text+0x646): undefined reference to `MainWindow::QPaintDevice virtual
table'
win.o(.text+0x64d): undefined reference to `MainWindow virtual table'
win.o: In function `MainWindow::help(void)':
win.o(.text+0xef7): undefined reference to `MainWindow::tr(char const *)'
win.o(.text+0xfc5): undefined reference to `MainWindow::tr(char const *)'
win.o(.text+0x10bb): undefined reference to `MainWindow::tr(char const *)'
collect2: ld returned 1 exit status

So now the libs link but I get the above.  For reference I am using QT 2.3.

Reply via email to