diff options
-rw-r--r-- | src/testlib/testlib.pro | 32 |
1 files 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 |