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