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

!contains(QT_CONFIG, opengles1):!contains(QT_CONFIG, opengles1cl) {
    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