summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/mockplugins/mock3plugin/qmock3plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/cmake/mockplugins/mock3plugin/qmock3plugin.cpp')
-rw-r--r--tests/auto/cmake/mockplugins/mock3plugin/qmock3plugin.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/cmake/mockplugins/mock3plugin/qmock3plugin.cpp b/tests/auto/cmake/mockplugins/mock3plugin/qmock3plugin.cpp
new file mode 100644
index 0000000000..b38f854e4b
--- /dev/null
+++ b/tests/auto/cmake/mockplugins/mock3plugin/qmock3plugin.cpp
@@ -0,0 +1,10 @@
+#include "qmock3plugin.h"
+
+QT_BEGIN_NAMESPACE
+
+QString QMock3Plugin::pluginName() const
+{
+ return "QMock3Plugin";
+}
+
+QT_END_NAMESPACE