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

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