summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/mockplugins/mockplugins3/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/cmake/mockplugins/mockplugins3/CMakeLists.txt')
-rw-r--r--tests/auto/cmake/mockplugins/mockplugins3/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/cmake/mockplugins/mockplugins3/CMakeLists.txt b/tests/auto/cmake/mockplugins/mockplugins3/CMakeLists.txt
new file mode 100644
index 0000000000..fc7c7aa944
--- /dev/null
+++ b/tests/auto/cmake/mockplugins/mockplugins3/CMakeLists.txt
@@ -0,0 +1,9 @@
+qt_internal_add_module(MockPlugins3
+ PLUGIN_TYPES mockauxplugin
+ SOURCES
+ fake.cpp
+ LIBRARIES
+ Qt::CorePrivate
+ PUBLIC_LIBRARIES
+ Qt::Core
+)