summaryrefslogtreecommitdiff
path: root/examples/svg/embedded/embedded.pro
blob: 6eaa2112038b070aff31eb94974d1923d7cc7f18 (plain)
1
2
3
4
5
6
7
8
TEMPLATE = subdirs
qtHaveModule(widgets): SUBDIRS += desktopservices fluidlauncher weatherinfo

# Disable platforms without process support
!qtConfig(process): SUBDIRS -= fluidlauncher

# Requires QtNetwork
!qtHaveModule(network): SUBDIRS -= weatherinfo