summaryrefslogtreecommitdiffstats
path: root/tests/auto/CMakeLists.txt
blob: 8f1c9ec766de1bb87f901f9c3f6e249eabb3111d (plain)
1
2
3
4
5
6
7
8
9
10
add_subdirectory(qsensor)
add_subdirectory(qsensorgestures)
add_subdirectory(qsensorgestureplugins)
add_subdirectory(cmake)
if(TARGET Qt::Quick)
    add_subdirectory(sensors2qmlapi)
endif()
if(UNIX AND NOT APPLE)
    add_subdirectory(qsensorgestures_gestures)
endif()