2019-10-22 07:59:13 +00:00
|
|
|
# Generated from qcomplextext.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## tst_qcomplextext Test:
|
|
|
|
#####################################################################
|
|
|
|
|
|
|
|
# Collect test data
|
|
|
|
list(APPEND test_data "data")
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_add_test(tst_qcomplextext
|
2019-10-22 07:59:13 +00:00
|
|
|
SOURCES
|
|
|
|
tst_qcomplextext.cpp
|
|
|
|
PUBLIC_LIBRARIES
|
2020-02-12 09:24:49 +00:00
|
|
|
Qt::CorePrivate
|
2019-10-22 07:59:13 +00:00
|
|
|
Qt::Gui
|
2020-02-12 09:24:49 +00:00
|
|
|
Qt::GuiPrivate
|
2019-10-22 07:59:13 +00:00
|
|
|
TESTDATA ${test_data}
|
|
|
|
)
|
|
|
|
|
|
|
|
## Scopes:
|
|
|
|
#####################################################################
|
|
|
|
|
|
|
|
if(ANDROID)
|
|
|
|
# Resources:
|
|
|
|
set(android_testdata_resource_files
|
|
|
|
"data/BidiCharacterTest.txt"
|
|
|
|
"data/BidiTest.txt"
|
|
|
|
)
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_add_resource(tst_qcomplextext "android_testdata"
|
2019-10-22 07:59:13 +00:00
|
|
|
PREFIX
|
|
|
|
"/android_testdata"
|
|
|
|
FILES
|
|
|
|
${android_testdata_resource_files}
|
|
|
|
)
|
|
|
|
endif()
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_extend_target(tst_qcomplextext CONDITION builtin_testdata
|
2019-10-22 07:59:13 +00:00
|
|
|
DEFINES
|
|
|
|
BUILTIN_TESTDATA
|
|
|
|
)
|