equal
deleted
inserted
replaced
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 } |
|