summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/mockplugins/mock2plugin/CMakeLists.txt
blob: 275a57a1acf906bd39c362109de131d3832ee56b (plain)
1
2
3
4
5
6
7
8
9
qt_internal_add_plugin(QMock2Plugin
    CLASS_NAME QMock2Plugin
    PLUGIN_TYPE mockplugin
    SOURCES
        qmock2plugin.cpp qmock2plugin.h
    LIBRARIES
        Qt::Core
        Qt::MockPlugins1
)