summaryrefslogtreecommitdiffstats
path: root/tests/manual/CMakeLists.txt
blob: bc8b1f30881fe64e1c1d6ee677ef0ea918955e39 (plain)
1
2
3
4
5
6
if(TARGET Qt::Widgets)
    add_subdirectory(sensor_explorer)
endif()
if (TARGET Qt::Quick)
    add_subdirectory(sensorclerk)
endif()