summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/UnityMocSource/library.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/UnityMocSource/library.cpp')
-rw-r--r--Tests/QtAutogen/UnityMocSource/library.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/QtAutogen/UnityMocSource/library.cpp b/Tests/QtAutogen/UnityMocSource/library.cpp
new file mode 100644
index 0000000000..1e30d4b0ac
--- /dev/null
+++ b/Tests/QtAutogen/UnityMocSource/library.cpp
@@ -0,0 +1,6 @@
+#include <QObject>
+class Test : public QObject
+{
+ Q_OBJECT
+};
+#include "library.moc"