summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qframe/CMakeLists.txt
blob: be08a9b797012830e79bf6948c5e1f90374ba8de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Generated from qframe.pro.

#####################################################################
## tst_qframe Test:
#####################################################################

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

qt_add_test(tst_qframe
    LOWDPI # special case
    SOURCES
        tst_qframe.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Widgets
    TESTDATA ${test_data}
)