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>
20 lines
504 B
CMake
20 lines
504 B
CMake
# Generated from android.pro.
|
|
|
|
#####################################################################
|
|
## tst_android Test:
|
|
#####################################################################
|
|
|
|
qt_add_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"
|