summaryrefslogtreecommitdiffstats
path: root/tests/baseline/CMakeLists.txt
blob: df5d35863b24256f8c5969b9bb57ab073e9d0f5a (plain)
1
2
3
4
5
6
7
8
if(TARGET Qt::Network)
    add_subdirectory(painting)
endif()
if(TARGET Qt::Network AND TARGET Qt::Widgets)
    add_subdirectory(widgets)
    add_subdirectory(stylesheet)
    add_subdirectory(text)
endif()