e9a328bc0e
Use pro2cmake with '--api-version 2' to force regenerate projects to use the new prefixed qt_foo APIs. Change-Id: I055c4837860319e93aaa6b09d646dda4fc2a4069 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
42 lines
939 B
CMake
42 lines
939 B
CMake
# Generated from qcomplextext.pro.
|
|
|
|
#####################################################################
|
|
## tst_qcomplextext Test:
|
|
#####################################################################
|
|
|
|
# Collect test data
|
|
list(APPEND test_data "data")
|
|
|
|
qt_add_test(tst_qcomplextext
|
|
SOURCES
|
|
tst_qcomplextext.cpp
|
|
PUBLIC_LIBRARIES
|
|
Qt::CorePrivate
|
|
Qt::Gui
|
|
Qt::GuiPrivate
|
|
TESTDATA ${test_data}
|
|
)
|
|
|
|
## Scopes:
|
|
#####################################################################
|
|
|
|
if(ANDROID)
|
|
# Resources:
|
|
set(android_testdata_resource_files
|
|
"data/BidiCharacterTest.txt"
|
|
"data/BidiTest.txt"
|
|
)
|
|
|
|
qt_add_resource(tst_qcomplextext "android_testdata"
|
|
PREFIX
|
|
"/android_testdata"
|
|
FILES
|
|
${android_testdata_resource_files}
|
|
)
|
|
endif()
|
|
|
|
qt_extend_target(tst_qcomplextext CONDITION builtin_testdata
|
|
DEFINES
|
|
BUILTIN_TESTDATA
|
|
)
|