815bc61626
Remove Integrity and Android specific code that explicitly adds test data to the resource files. qt_internal_add_test functions implicitly adds test data to resources for Android and Integrity platforms by default. Change-Id: Ia1d58755b47442e1953462e38606f70fec262368 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
33 lines
729 B
CMake
33 lines
729 B
CMake
# Generated from qimage.pro.
|
|
|
|
#####################################################################
|
|
## tst_qimage Test:
|
|
#####################################################################
|
|
|
|
# Collect test data
|
|
file(GLOB_RECURSE test_data_glob
|
|
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
|
images/*)
|
|
list(APPEND test_data ${test_data_glob})
|
|
|
|
qt_internal_add_test(tst_qimage
|
|
SOURCES
|
|
tst_qimage.cpp
|
|
PUBLIC_LIBRARIES
|
|
Qt::CorePrivate
|
|
Qt::Gui
|
|
Qt::GuiPrivate
|
|
TESTDATA ${test_data}
|
|
)
|
|
|
|
qt_internal_extend_target(tst_qimage CONDITION WIN32
|
|
PUBLIC_LIBRARIES
|
|
gdi32
|
|
user32
|
|
)
|
|
|
|
qt_internal_extend_target(tst_qimage CONDITION APPLE
|
|
PUBLIC_LIBRARIES
|
|
${FWCoreGraphics}
|
|
)
|