PDA

View Full Version : ModelTest - check the integrity of the tree



sajis997
21st March 2012, 09:37
Hello forum,

Have anyone tried the ModelTest tool provided by the QtLabs.

I am tried to integrate it to my project as instructed in their page as follows:

http://qt-project.org/wiki/Model_Test


But i am having the following error:



:-1: error: No rule to make target `tst_modeltest.cpp', needed by `../../Build/H3DSceneEditor/Debug/tst_modeltest.o'. Stop.


I then made some changes to the .pro file that came along with the modeltest tool.

Instead of their provided



load(qttest_p4)



I inserted



CONFIG += qtestlib



Still i am having the same problem.


Any idea to make it work ?



Regards
Sajjad

sajis997
27th March 2012, 01:15
Hello forum,

It has been quite a while since i posted the above thread.

No reply so far.


Regards
Sajjad

Spitfire
28th March 2012, 13:24
If you can get example project together to show that problem then I can check it for you, but of top of my head I don't know what could be a problem.