I'm trying to compile examples/qt from cppunit 1.10.2 on linux (fedora core 1), and I get this error:
/tmp/ccKrHE8b.o(.text+0x32): In function `main':
: undefined reference to `CppUnit::QtTestRunner::QtTestRunner[in-charge]()'
I poked around the files in cppunit-1.10.2.tar.gz, and it doesn't look like the QtTestRunner stuff is being compiled when I run "./configure && make"
What do I have to do to compile QtTestRunner on linux?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to compile examples/qt from cppunit 1.10.2 on linux (fedora core 1), and I get this error:
/tmp/ccKrHE8b.o(.text+0x32): In function `main':
: undefined reference to `CppUnit::QtTestRunner::QtTestRunner[in-charge]()'
I poked around the files in cppunit-1.10.2.tar.gz, and it doesn't look like the QtTestRunner stuff is being compiled when I run "./configure && make"
What do I have to do to compile QtTestRunner on linux?
Hi, I'm having the same problem, did you find a solution on how to use the Qt gui?
The QT test runner need to be build "by hand": use qmake with qttestrunner.pro.
Baptiste.