summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/android/CMakeLists.txt
blob: 437a4ee9d2238f56ca77ca4259e90457130215a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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"