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

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