summaryrefslogtreecommitdiffstats
path: root/qtinterface/qt4/Qt/QtTest
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:12:15 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:12:15 +0000
commit4c3c7eaa2d225ecc0c16644f1a23e848bf539164 (patch)
treee2ec7ae4bdc3be1f6ffbc999802b6db8db1ad9c3 /qtinterface/qt4/Qt/QtTest
parent60cbdb4674377338156be84fc3890358e44f23ba (diff)
downloadtqtinterface-4c3c7eaa2d225ecc0c16644f1a23e848bf539164.tar.gz
tqtinterface-4c3c7eaa2d225ecc0c16644f1a23e848bf539164.zip
Starting work on Qt4 interface...
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1158413 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'qtinterface/qt4/Qt/QtTest')
-rw-r--r--qtinterface/qt4/Qt/QtTest21
1 files changed, 21 insertions, 0 deletions
diff --git a/qtinterface/qt4/Qt/QtTest b/qtinterface/qt4/Qt/QtTest
new file mode 100644
index 0000000..6fb1ce2
--- /dev/null
+++ b/qtinterface/qt4/Qt/QtTest
@@ -0,0 +1,21 @@
+#ifndef QT_QTTEST_MODULE_H
+#define QT_QTTEST_MODULE_H
+#include <QtCore/QtCore>
+#include "qbenchmark.h"
+#include "qsignalspy.h"
+#include "qtest.h"
+#include "qtestassert.h"
+#include "qtestbasicstreamer.h"
+#include "qtestcase.h"
+#include "qtestcoreelement.h"
+#include "qtestcorelist.h"
+#include "qtestdata.h"
+#include "qtestelement.h"
+#include "qtestelementattribute.h"
+#include "qtesteventloop.h"
+#include "qtestfilelogger.h"
+#include "qtestlightxmlstreamer.h"
+#include "qtestsystem.h"
+#include "qtestxmlstreamer.h"
+#include "qtestxunitstreamer.h"
+#endif