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:

Qt Code:
  1. :-1: error: No rule to make target `tst_modeltest.cpp', needed by `../../Build/H3DSceneEditor/Debug/tst_modeltest.o'. Stop.
To copy to clipboard, switch view to plain text mode 

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

Instead of their provided

Qt Code:
  1. load(qttest_p4)
To copy to clipboard, switch view to plain text mode 


I inserted

Qt Code:
  1. CONFIG += qtestlib
To copy to clipboard, switch view to plain text mode 


Still i am having the same problem.


Any idea to make it work ?



Regards
Sajjad