[Kde-finance-apps] Re: Errors while running tests

puneet goyal puneetgoyal08 at gmail.com
Sat Jul 30 21:03:34 CEST 2011


when i ran it, it also gave me an additional error as follows
/home/puneet/puneet/office/alkimia/payment/backend/alkinvoicetest.cpp:25:
undefined reference to `QApplication::QApplication(int&, char**, int)'
full output on the following link
http://summer-opensource.blogspot.com/2011/07/error-while-running-tests-2.html

which i solved by adding also linking the QT_LIBRARIES using the following
code

target_link_libraries( alkusertest Alkuser alkimia ${QT_QTCORE_LIBRARY}
${QT_QTTEST_LIBRARY} ${QT_LIBRARIES} )
target_link_libraries( alkinvoicetest Alkinvoice alkimia
${QT_QTCORE_LIBRARY} ${QT_QTTEST_LIBRARY} ${QT_LIBRARIES} )
target_link_libraries( alkpaymenttest Alkpayment alkimia
${QT_QTCORE_LIBRARY} ${QT_QTTEST_LIBRARY} ${QT_LIBRARIES} )

will try to solve the problem with vtable now

Regards,
Puneet
On Sat, Jul 30, 2011 at 11:14 PM, puneet goyal <puneetgoyal08 at gmail.com>wrote:

> thanks....will try to solve it




-- 
-----------------------------------------------------------------------
Puneet Goyal
Student of B. Tech. III Year (Software Engineering)
Delhi Technological University, Delhi
-----------------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/kde-finance-apps/attachments/20110731/5d076f82/attachment.htm 


More information about the Kde-finance-apps mailing list