examples/effects/effects.pro
changeset 0 1918ee327afb
child 3 41300fa6a67c
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 TEMPLATE      = \
       
     2               subdirs
       
     3 SUBDIRS       = \
       
     4               blurpicker \
       
     5               lighting \
       
     6               fademessage
       
     7 
       
     8 !contains(QT_CONFIG, opengles1):!contains(QT_CONFIG, opengles1cl) {
       
     9     contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles2) {
       
    10         SUBDIRS += customshader
       
    11     }
       
    12 }
       
    13 
       
    14 # install
       
    15 target.path = $$[QT_INSTALL_EXAMPLES]/effects
       
    16 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS effects.pro README
       
    17 sources.path = $$[QT_INSTALL_EXAMPLES]/effects
       
    18 INSTALLS += target sources
       
    19