summaryrefslogtreecommitdiff
path: root/examples/svg/embedded/CMakeLists.txt
blob: 7c52f1c6d9bcc028991505f74e3f8af0b35dd6b1 (plain)
1
2
3
4
5
6
7
8
9
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()