From bb3a4e11584aa089e3d0c565522eda28b009a7c5 Mon Sep 17 00:00:00 2001 From: Denis Dzyubenko Date: Thu, 17 Sep 2009 10:48:38 +0200 Subject: Added missing headers to the testlib.pro This allows them to appear in creator. Reviewed-by: trustme --- src/testlib/testlib.pro | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/src/testlib/testlib.pro b/src/testlib/testlib.pro index b098c16..f68ff35 100644 --- a/src/testlib/testlib.pro +++ b/src/testlib/testlib.pro @@ -8,20 +8,31 @@ unix:!embedded:QMAKE_PKGCONFIG_DESCRIPTION = Qt \ Library # Input -HEADERS = qtest_global.h \ +HEADERS = qbenchmark.h \ + qsignalspy.h \ + qtestaccessible.h \ + qtestassert.h \ + qtestbasicstreamer.h \ qtestcase.h \ - qtestdata.h \ - qtesteventloop.h \ - qtestcorelist.h \ qtestcoreelement.h \ - qtestelement.h \ + qtestcorelist.h \ + qtestdata.h \ qtestelementattribute.h \ - qtestbasicstreamer.h \ - qtestxunitstreamer.h \ - qtestxmlstreamer.h \ - qtestlightxmlstreamer.h \ + qtestelement.h \ + qtestevent.h \ + qtesteventloop.h \ qtestfilelogger.h \ - qtesttouch.h + qtest_global.h \ + qtest_gui.h \ + qtest.h \ + qtestkeyboard.h \ + qtestlightxmlstreamer.h \ + qtestmouse.h \ + qtestspontaneevent.h \ + qtestsystem.h \ + qtesttouch.h \ + qtestxmlstreamer.h \ + qtestxunitstreamer.h SOURCES = qtestcase.cpp \ qtestlog.cpp \ qtesttable.cpp \ @@ -66,5 +77,4 @@ QMAKE_TARGET_DESCRIPTION = Qt \ Unit \ Testing \ Library - symbian:TARGET.UID3=0x2001B2DF -- cgit v0.12