summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/mockplugins/mockplugins3/mockplugins3.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/cmake/mockplugins/mockplugins3/mockplugins3.pro')
-rw-r--r--tests/auto/cmake/mockplugins/mockplugins3/mockplugins3.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/cmake/mockplugins/mockplugins3/mockplugins3.pro b/tests/auto/cmake/mockplugins/mockplugins3/mockplugins3.pro
new file mode 100644
index 0000000000..3651abaafa
--- /dev/null
+++ b/tests/auto/cmake/mockplugins/mockplugins3/mockplugins3.pro
@@ -0,0 +1,11 @@
+TARGET = QtMockPlugins3
+QT = core
+MODULE_PLUGIN_TYPES = mockauxplugin
+
+# 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 += qmockauxplugin.h
+SOURCES += fake.cpp # Needed to make libtool / ar happy on macOS
+
+load(qt_module)