summaryrefslogtreecommitdiff
path: root/tests/auto/CMakeLists.txt
blob: 7fa439e81d7e1b1569b5f1234dc3b7b5e4d48d28 (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(qsvgrenderer)
    add_subdirectory(qsvgplugin)
    add_subdirectory(qicon_svg)
endif()

if(NOT cross_compile)
endif()