summaryrefslogtreecommitdiff
path: root/examples/svg/embedded/CMakeLists.txt
blob: c52cbe2adb6950388bd8031aa236396f6696aa9d (plain)
1
2
3
4
5
6
7
8
9
10
11
# Generated from embedded.pro.

if(TARGET Qt::Widgets)
    qt_internal_add_example(desktopservices)
endif()
if(QT_FEATURE_process AND TARGET Qt::Widgets)
    qt_internal_add_example(fluidlauncher)
endif()
if(TARGET Qt::Network AND TARGET Qt::Widgets)
    qt_internal_add_example(weatherinfo)
endif()