examples/opengl/hellogl_es2/hellogl_es2.pro
changeset 3 41300fa6a67c
parent 0 1918ee327afb
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    23 # install
    23 # install
    24 target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl_es2
    24 target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl_es2
    25 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hellogl_es2.pro
    25 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hellogl_es2.pro
    26 sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl_es2
    26 sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl_es2
    27 INSTALLS += target sources
    27 INSTALLS += target sources
    28 
       
    29 
       
    30 wince*: {
       
    31    QMAKE_LIBS += "libGLESv2.lib"
       
    32 
       
    33 }