summaryrefslogtreecommitdiffstats
path: root/examples/widgets/effects/effects.pro
blob: db6ab7dccc3f85026cdbcfff421287e69e6ad351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE      = \
              subdirs
SUBDIRS       = \
              blurpicker \
              lighting \
              fademessage

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/effects
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS effects.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/effects
INSTALLS += target sources

QT += widgets