summaryrefslogtreecommitdiffstats
path: root/examples/widgets/effects/effects.pro
blob: 74c2d1c0398cad06db8adad0c477857a9ad43580 (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]/widgets/effects
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS effects.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/effects
INSTALLS += target sources

QT += widgets