summaryrefslogtreecommitdiffstats
path: root/tests/auto/CMakeLists.txt
blob: ffa2e82419d4a024e55d025d3671af734b40b27f (plain)
1
2
3
4
5
6
if(NOT ANDROID)
    add_subdirectory(cpptest)
endif()
if(TARGET Qt::Quick AND NOT boot2qt)
    add_subdirectory(qmltest)
endif()