examples/opengl/hellogl_es/hellogl_es.pro
changeset 3 41300fa6a67c
parent 0 1918ee327afb
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    18 HEADERS += bubble.h
    18 HEADERS += bubble.h
    19 
    19 
    20 RESOURCES += texture.qrc
    20 RESOURCES += texture.qrc
    21 QT += opengl
    21 QT += opengl
    22 
    22 
    23 wince*:{
       
    24     contains(QT_CONFIG,opengles1) {
       
    25             QMAKE_LIBS += "libGLES_CM.lib"
       
    26     }
       
    27     contains(QT_CONFIG,opengles1cl) {
       
    28             QMAKE_LIBS += "libGLES_CL.lib"
       
    29     }
       
    30 }
       
    31 
       
    32 # install
    23 # install
    33 target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl_es
    24 target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl_es
    34 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hellogl_es.pro
    25 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hellogl_es.pro
    35 sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl_es
    26 sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl_es
    36 INSTALLS += target sources
    27 INSTALLS += target sources