summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/mockplugins/mockplugins2/CMakeLists.txt
blob: 9d406ef483716b0304b9a73c159dcec1d150c52c (plain)
1
2
3
4
5
6
7
8
qt_internal_add_module(MockPlugins2
    SOURCES
        fake.cpp
    LIBRARIES
        Qt::CorePrivate
    PUBLIC_LIBRARIES
        Qt::Core
)