when i ran it, it also gave me an additional error as follows<div><div>/home/puneet/puneet/office/alkimia/payment/backend/alkinvoicetest.cpp:25: undefined reference to `QApplication::QApplication(int&amp;, char**, int)&#39;</div>

<div>full output on the following link</div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><a href="http://summer-opensource.blogspot.com/2011/07/error-while-running-tests-2.html">http://summer-opensource.blogspot.com/2011/07/error-while-running-tests-2.html</a></div>
<div><br></div><div>which i solved by adding also linking the QT_LIBRARIES using the following code</div><div><div><br></div><div>target_link_libraries( alkusertest Alkuser alkimia ${QT_QTCORE_LIBRARY} ${QT_QTTEST_LIBRARY} ${QT_LIBRARIES} )</div>
<div>target_link_libraries( alkinvoicetest Alkinvoice alkimia ${QT_QTCORE_LIBRARY} ${QT_QTTEST_LIBRARY} ${QT_LIBRARIES} )</div><div>target_link_libraries( alkpaymenttest Alkpayment alkimia ${QT_QTCORE_LIBRARY} ${QT_QTTEST_LIBRARY} ${QT_LIBRARIES} )</div>
</div><div><br></div><div>will try to solve the problem with vtable now</div><div><br></div><div>Regards,</div><div>Puneet</div><div class="gmail_quote">On Sat, Jul 30, 2011 at 11:14 PM, puneet goyal <span dir="ltr">&lt;<a href="mailto:puneetgoyal08@gmail.com" target="_blank">puneetgoyal08@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">thanks....will try to solve it
</blockquote></div><br><br clear="all"><br>-- <br><font size="2"><span style="border-collapse:collapse;font-family:arial,helvetica,sans-serif"><div><span style="border-collapse:collapse;font-family:arial,helvetica,sans-serif">-----------------------------------------------------------------------</span></div>

Puneet Goyal<br>Student of B. Tech. III Year (Software Engineering)<br>Delhi Technological University, Delhi</span></font><div><font size="2"><span style="border-collapse:collapse;font-family:arial,helvetica,sans-serif">-----------------------------------------------------------------------</span></font></div>

<br>
</div>