summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/test_static_resources/mock_static_resources1/CMakeLists.txt
blob: 973f8b327939aff9119d8103b1338b5179bf8d61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
qt_internal_add_module(MockStaticResources1
    STATIC
    PLUGIN_TYPES mockstaticresources
    SOURCES
        dummy.cpp
    LIBRARIES
        Qt::CorePrivate
    PUBLIC_LIBRARIES
        Qt::Core
)

qt_internal_add_resource(MockStaticResources1 "teststaticmodule1"
    PREFIX
        "/teststaticmodule1"
    FILES
        "testfile1.txt"
)