diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-06-03 09:26:41 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-06-03 17:29:30 (GMT) |
commit | 0cca7705c01d262c1bb008f969a9705786e1c80e (patch) | |
tree | 3f263e6b08a8182eaacc0310f4f19452ec62cba1 /src/testlib/testlib.pro | |
parent | 437330b3c0c4d848e3dca6c1e41a9c31eb99fd10 (diff) | |
download | Qt-0cca7705c01d262c1bb008f969a9705786e1c80e.zip Qt-0cca7705c01d262c1bb008f969a9705786e1c80e.tar.gz Qt-0cca7705c01d262c1bb008f969a9705786e1c80e.tar.bz2 |
Moved the QTest::touchEvent() implementation to testlib.
Modified it the same time to remove refcount and static variable.
Diffstat (limited to 'src/testlib/testlib.pro')
-rw-r--r-- | src/testlib/testlib.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testlib/testlib.pro b/src/testlib/testlib.pro index ae4f182..9740c21 100644 --- a/src/testlib/testlib.pro +++ b/src/testlib/testlib.pro @@ -20,7 +20,8 @@ HEADERS = qtest_global.h \ qtestxunitstreamer.h \ qtestxmlstreamer.h \ qtestlightxmlstreamer.h \ - qtestfilelogger.h + qtestfilelogger.h \ + qtesttouch.h SOURCES = qtestcase.cpp \ qtestlog.cpp \ qtesttable.cpp \ |