summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/mockplugins/mockplugins1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/cmake/mockplugins/mockplugins1')
-rw-r--r--tests/auto/cmake/mockplugins/mockplugins1/mockplugins1.pro10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/auto/cmake/mockplugins/mockplugins1/mockplugins1.pro b/tests/auto/cmake/mockplugins/mockplugins1/mockplugins1.pro
deleted file mode 100644
index dd98937ee3..0000000000
--- a/tests/auto/cmake/mockplugins/mockplugins1/mockplugins1.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-TARGET = QtMockPlugins1
-QT = core
-MODULE_PLUGIN_TYPES = mockplugin
-
-# Fake a git_build, to force qmake to run syncqt.pl when doing a standalone tests build
-# like it is done in Coin, otherwise module headers would not be generated.
-CONFIG += git_build
-HEADERS += qmockplugin.h
-SOURCES += fake.cpp # Needed to make libtool / ar happy on macOS
-load(qt_module)