aboutsummaryrefslogtreecommitdiffstats
path: root/tests/CMakeLists.txt
blob: 864ce4f416b61aba5476e25594d732994b0639eb (plain)
1
2
3
4
5
6
add_subdirectory(auto)
add_subdirectory(manual)
add_subdirectory(tools/qml-ast2dot)
if (WITH_QMLDESIGNER)
  add_subdirectory(unit)
endif()