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.
Log in to post a comment.
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.