summaryrefslogtreecommitdiff
path: root/src/tools/testrunner
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/testrunner')
-rw-r--r--src/tools/testrunner/amtest.cpp2
-rw-r--r--src/tools/testrunner/testrunner.cpp2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/testrunner/amtest.cpp b/src/tools/testrunner/amtest.cpp
index 3bbb0538..dfcafd58 100644
--- a/src/tools/testrunner/amtest.cpp
+++ b/src/tools/testrunner/amtest.cpp
@@ -157,3 +157,5 @@ int AmTest::findChildProcess(int ppid, const QString &substr)
#endif // Q_OS_LINIX
QT_END_NAMESPACE_AM
+
+#include "moc_amtest.cpp"
diff --git a/src/tools/testrunner/testrunner.cpp b/src/tools/testrunner/testrunner.cpp
index b4b8f030..4f9d91d1 100644
--- a/src/tools/testrunner/testrunner.cpp
+++ b/src/tools/testrunner/testrunner.cpp
@@ -153,3 +153,5 @@ int TestRunner::exec()
}
QT_END_NAMESPACE_AM
+
+#include "moc_testrunner_p.cpp"