source: trunk/examples/opengl/opengl.pro@ 1168

Last change on this file since 1168 was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 916 bytes
Line 
1TEMPLATE = subdirs
2
3contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2){
4 contains(QT_CONFIG, opengles2) {
5 SUBDIRS = hellogl_es2
6 } else {
7 SUBDIRS = hellogl_es
8 }
9 SUBDIRS += textures
10 contains(QT_CONFIG, opengles1) {
11 SUBDIRS += hellogl
12 }
13} else {
14 SUBDIRS = 2dpainting \
15 grabber \
16 hellogl \
17 overpainting \
18 pbuffers \
19 framebufferobject2 \
20 samplebuffers \
21 textures
22
23 contains(QT_CONFIG, svg) {
24 SUBDIRS += framebufferobject \
25 pbuffers2
26 }
27}
28
29# install
30target.path = $$[QT_INSTALL_EXAMPLES]/opengl
31sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS opengl.pro README
32sources.path = $$[QT_INSTALL_EXAMPLES]/opengl
33INSTALLS += target sources
34
35symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.