2019-10-08 14:30:21 +00:00
|
|
|
# Generated from qiconhighdpi.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
2019-11-12 14:20:10 +00:00
|
|
|
## tst_qiconhighdpi Test:
|
2019-10-08 14:30:21 +00:00
|
|
|
#####################################################################
|
|
|
|
|
|
|
|
# Collect test data
|
|
|
|
file(GLOB_RECURSE test_data_glob
|
|
|
|
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
|
|
|
icons/*)
|
|
|
|
list(APPEND test_data ${test_data_glob})
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_add_test(tst_qiconhighdpi
|
2019-10-08 14:30:21 +00:00
|
|
|
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"
|
|
|
|
)
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_add_resource(tst_qiconhighdpi "tst_qiconhighdpi"
|
2019-10-08 14:30:21 +00:00
|
|
|
PREFIX
|
|
|
|
"/"
|
|
|
|
FILES
|
|
|
|
${tst_qiconhighdpi_resource_files}
|
|
|
|
)
|
|
|
|
|