summaryrefslogtreecommitdiffstats
path: root/tests/auto/qknxgroupaddressinfo/CMakeLists.txt
blob: 269d577627da2d59415b2487d3dad0e1b77c3882 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Generated from qknxgroupaddressinfo.pro.

#####################################################################
## tst_qknxgroupaddressinfo Test:
#####################################################################

qt_add_test(tst_qknxgroupaddressinfo
    SOURCES
        tst_qknxgroupaddressinfo.cpp
    PUBLIC_LIBRARIES
        Qt::Knx
)

# Resources:
set(project_resource_files
    "data/0.xml"
    "data/qt.io.knxproj"
)

qt_add_resource(tst_qknxgroupaddressinfo "project"
    PREFIX
        "/"
    FILES
        ${project_resource_files}
)