d8e213a9e6
Amends 52ce0c177e
, which added the test
without adding it to the parent directory.
Refactor the test code to be data driven, add the image files as
external test data files, and adjust the test code to find the files.
Use the QTextImageFormat from the document rather than a manually
crafted one, as otherwise we don't test a real usecase.
This also makes the test more flexible for adding qrc, resources, and
file URLs.
Task-number: QTBUG-109212
Pick-to: 6.5 6.4 6.2
Change-Id: Id0771037b961d95ec3cadd0cd6467d2448f22884
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Reviewed-by: Santhosh Kumar <santhosh.kumar.selvaraj@qt.io>
46 lines
1.4 KiB
CMake
46 lines
1.4 KiB
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Generated from text.pro.
|
|
|
|
add_subdirectory(qabstracttextdocumentlayout)
|
|
add_subdirectory(qfont)
|
|
add_subdirectory(qfontdatabase)
|
|
add_subdirectory(qfontmetrics)
|
|
add_subdirectory(qglyphrun)
|
|
add_subdirectory(qrawfont)
|
|
add_subdirectory(qstatictext)
|
|
add_subdirectory(qsyntaxhighlighter)
|
|
add_subdirectory(qtextblock)
|
|
add_subdirectory(qtextcursor)
|
|
add_subdirectory(qtextdocumentfragment)
|
|
add_subdirectory(qtextdocumentlayout)
|
|
add_subdirectory(qtextformat)
|
|
add_subdirectory(qtextimagehandler)
|
|
add_subdirectory(qtextlist)
|
|
add_subdirectory(qtextobject)
|
|
# add_subdirectory(qtextscriptengine) # disable until system_harfbuzz feature is available # special case
|
|
add_subdirectory(qtexttable)
|
|
add_subdirectory(qinputcontrol)
|
|
if(QT_FEATURE_private_tests AND TARGET Qt::Xml)
|
|
add_subdirectory(qcssparser)
|
|
endif()
|
|
if(QT_FEATURE_private_tests)
|
|
add_subdirectory(qfontcache)
|
|
add_subdirectory(qtextlayout)
|
|
add_subdirectory(qzip)
|
|
add_subdirectory(qtextodfwriter)
|
|
endif()
|
|
if(TARGET Qt::Xml)
|
|
add_subdirectory(qtextdocument)
|
|
endif()
|
|
if(QT_FEATURE_private_tests AND UNIX)
|
|
add_subdirectory(qtextpiecetable)
|
|
endif()
|
|
if(QT_FEATURE_textmarkdownreader)
|
|
add_subdirectory(qtextmarkdownimporter)
|
|
endif()
|
|
if(QT_FEATURE_private_tests AND QT_FEATURE_textmarkdownwriter)
|
|
add_subdirectory(qtextmarkdownwriter)
|
|
endif()
|