summaryrefslogtreecommitdiff
path: root/examples/embedded/embedded.pro
blob: 07554b8de2d0d914efb25430cd97154d5fe04a51 (plain)
1
2
3
4
5
6
7
8
TEMPLATE = subdirs
!contains(QT_CONFIG, no-widgets): SUBDIRS += desktopservices fluidlauncher weatherinfo
QT+=widgets

# install
sources.files = embedded.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtsvg/embedded
INSTALLS += sources