summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/mockplugins/mock3plugin/CMakeLists.txt
blob: 0a5e1fc5e4abfce402d0f871f34dfd769f8f2c7b (plain)
1
2
3
4
5
6
7
8
9
qt_internal_add_plugin(QMock3Plugin
    CLASS_NAME QMock3Plugin
    PLUGIN_TYPE mockplugin
    SOURCES
        qmock3plugin.cpp qmock3plugin.h
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::MockPlugins1
)