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