2019-10-22 07:59:13 +00:00
|
|
|
# Generated from android.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## tst_android Test:
|
|
|
|
#####################################################################
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_add_test(tst_android
|
2019-10-22 07:59:13 +00:00
|
|
|
SOURCES
|
|
|
|
tst_android.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
if(ANDROID)
|
|
|
|
set_property(TARGET tst_android APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/testdata
|
|
|
|
)
|
2020-11-25 11:14:00 +00:00
|
|
|
# QTBUG-88840 # special case
|
|
|
|
qt_android_generate_deployment_settings(tst_android) # special case
|
2019-10-22 07:59:13 +00:00
|
|
|
endif()
|
|
|
|
|
|
|
|
#### Keys ignored in scope 1:.:.:android.pro:<TRUE>:
|
|
|
|
# DISTFILES = "testdata/assets/test.txt"
|