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

contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles2):SUBDIRS += customshader

# 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