84 lines
2.6 KiB
CMake
84 lines
2.6 KiB
CMake
# Generated from qquickiconimage.pro.
|
|
|
|
#####################################################################
|
|
## tst_qquickiconimage Test:
|
|
#####################################################################
|
|
|
|
# Collect test data
|
|
file(GLOB_RECURSE test_data_glob
|
|
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
|
${CMAKE_CURRENT_SOURCE_DIR}/data/*.qml)
|
|
list(APPEND test_data ${test_data_glob})
|
|
file(GLOB_RECURSE test_data_glob
|
|
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
|
${CMAKE_CURRENT_SOURCE_DIR}/data/icons/*)
|
|
list(APPEND test_data ${test_data_glob})
|
|
|
|
add_qt_test(tst_qquickiconimage
|
|
SOURCES
|
|
../shared/qtest_quickcontrols.h
|
|
../shared/util.cpp ../shared/util.h
|
|
../shared/visualtestutil.cpp ../shared/visualtestutil.h
|
|
tst_qquickiconimage.cpp
|
|
DEFINES
|
|
QQC2_IMPORT_PATH=\\\"${CMAKE_CURRENT_SOURCE_DIR}/../../../src/imports\\\"
|
|
LIBRARIES
|
|
Qt::CorePrivate
|
|
Qt::GuiPrivate
|
|
Qt::QmlPrivate
|
|
Qt::QuickControls2Private
|
|
Qt::QuickPrivate
|
|
Qt::QuickTemplates2Private
|
|
Qt::TestPrivate
|
|
PUBLIC_LIBRARIES
|
|
Qt::Gui
|
|
Qt::Qml
|
|
Qt::Quick
|
|
Qt::QuickControls2
|
|
Qt::QuickTemplates2
|
|
TESTDATA ${test_data}
|
|
)
|
|
|
|
# Resources:
|
|
set(resources_resource_files
|
|
"icons/testtheme/16x16/actions/appointment-new.png"
|
|
"icons/testtheme/22x22/actions/+testselector/appointment-new.png"
|
|
"icons/testtheme/22x22/actions/+testselector/appointment-new@2x.png"
|
|
"icons/testtheme/22x22/actions/appointment-new.png"
|
|
"icons/testtheme/22x22/actions/appointment-new@2x.png"
|
|
"icons/testtheme/22x22/actions/color-test-original.png"
|
|
"icons/testtheme/22x22/actions/color-test-original@2x.png"
|
|
"icons/testtheme/22x22/actions/color-test-tinted.png"
|
|
"icons/testtheme/22x22/actions/color-test-tinted@2x.png"
|
|
"icons/testtheme/22x22@2/actions/+testselector/appointment-new.png"
|
|
"icons/testtheme/22x22@2/actions/appointment-new.png"
|
|
"icons/testtheme/appointment-new.svg"
|
|
"icons/testtheme/index.theme"
|
|
)
|
|
|
|
add_qt_resource(tst_qquickiconimage "resources"
|
|
PREFIX
|
|
"/"
|
|
FILES
|
|
${resources_resource_files}
|
|
)
|
|
|
|
|
|
## Scopes:
|
|
#####################################################################
|
|
|
|
extend_target(tst_qquickiconimage CONDITION TARGET Qt::Svg
|
|
PUBLIC_LIBRARIES
|
|
Qt::Svg
|
|
)
|
|
|
|
extend_target(tst_qquickiconimage CONDITION ANDROID OR APPLE_IOS
|
|
DEFINES
|
|
QT_QMLTEST_DATADIR=\\\":/data\\\"
|
|
)
|
|
|
|
extend_target(tst_qquickiconimage CONDITION NOT ANDROID AND NOT APPLE_IOS
|
|
DEFINES
|
|
QT_QMLTEST_DATADIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/data\\\"
|
|
)
|