author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Mon, 04 Oct 2010 01:19:32 +0300 | |
changeset 37 | 758a864f9613 |
parent 30 | 5dc02b23752f |
permissions | -rw-r--r-- |
0 | 1 |
TEMPLATE = subdirs |
2 |
||
30
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
3 |
contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2){ |
0 | 4 |
contains(QT_CONFIG, opengles2) { |
5 |
SUBDIRS = hellogl_es2 |
|
6 |
} else { |
|
7 |
SUBDIRS = hellogl_es |
|
8 |
} |
|
30
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
9 |
SUBDIRS += textures |
0 | 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 |
|
30 |
target.path = $$[QT_INSTALL_EXAMPLES]/opengl |
|
31 |
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS opengl.pro README |
|
32 |
sources.path = $$[QT_INSTALL_EXAMPLES]/opengl |
|
33 |
INSTALLS += target sources |
|
34 |
||
35 |
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |