summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/image/qiconhighdpi/CMakeLists.txt
blob: 989cf1f44d335ad995972a57a33bd644a04ca9ad (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
27
28
29
30
31
32
33
34
35
36
37
# Generated from qiconhighdpi.pro.

#####################################################################
## tst_qiconhighdpi Test:
#####################################################################

# Collect test data
file(GLOB_RECURSE test_data_glob
    RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
    icons/*)
list(APPEND test_data ${test_data_glob})

qt_internal_add_test(tst_qiconhighdpi
    SOURCES
        tst_qiconhighdpi.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
    TESTDATA ${test_data}
)

# Resources:
set(tst_qiconhighdpi_resource_files
    "icons/misc/button.9.png"
    "icons/misc/button@2x.9.png"
    "icons/testtheme/16x16/actions/appointment-new.png"
    "icons/testtheme/22x22/actions/appointment-new.png"
    "icons/testtheme/22x22@2/actions/appointment-new.png"
    "icons/testtheme/index.theme"
)

qt_internal_add_resource(tst_qiconhighdpi "tst_qiconhighdpi"
    PREFIX
        "/"
    FILES
        ${tst_qiconhighdpi_resource_files}
)