summaryrefslogtreecommitdiff
path: root/tests/auto/CMakeLists.txt
blob: 31b62c6be50972ba46d1836db86dec1e70eef1e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Generated from auto.pro.

if(TARGET Qt::Widgets)
    add_subdirectory(qsvgdevice)
    if(TARGET Qt::Xml) # special case
        add_subdirectory(qsvggenerator) # special case
    endif() # special case
    add_subdirectory(qsvgplugin)
    add_subdirectory(qicon_svg)
    # add_subdirectory(cmake) # special case remove
    # add_subdirectory(installed_cmake) # special case remove
endif()
if(TARGET Qt::Widgets AND NOT ANDROID)
    add_subdirectory(qsvgrenderer)
endif()