0cab837fd7
Change-Id: I79ba4f6bbbbede8ddab278dd987d9ad98277a229 Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Qt CMake Build Bot
20 lines
504 B
CMake
20 lines
504 B
CMake
# Generated from android.pro.
|
|
|
|
#####################################################################
|
|
## tst_android Test:
|
|
#####################################################################
|
|
|
|
add_qt_test(tst_android
|
|
SOURCES
|
|
tst_android.cpp
|
|
)
|
|
|
|
if(ANDROID)
|
|
set_property(TARGET tst_android APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR
|
|
${CMAKE_CURRENT_SOURCE_DIR}/testdata
|
|
)
|
|
endif()
|
|
|
|
#### Keys ignored in scope 1:.:.:android.pro:<TRUE>:
|
|
# DISTFILES = "testdata/assets/test.txt"
|