diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-09-17 08:48:38 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-09-18 12:54:51 (GMT) |
commit | bb3a4e11584aa089e3d0c565522eda28b009a7c5 (patch) | |
tree | 5246ba11e9d3850014384b15f783cc576906c2f9 /src/testlib/testlib.pro | |
parent | 421e02d7b48b4a852a4aa1e6feb781a64f0981b4 (diff) | |
download | Qt-bb3a4e11584aa089e3d0c565522eda28b009a7c5.zip Qt-bb3a4e11584aa089e3d0c565522eda28b009a7c5.tar.gz Qt-bb3a4e11584aa089e3d0c565522eda28b009a7c5.tar.bz2 |
Added missing headers to the testlib.pro
This allows them to appear in creator.
Reviewed-by: trustme
Diffstat (limited to 'src/testlib/testlib.pro')
-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 |