summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/mockplugins/mockplugins3/mockplugins3.pro
blob: 3651abaafad8926631b5f544073d3b5ce52a51f6 (plain)
1
2
3
4
5
6
7
8
9
10
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)