Last change
on this file since 1030 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:
402 bytes
|
Line | |
---|
1 | TEMPLATE = subdirs
|
---|
2 | SUBDIRS += trace
|
---|
3 | !wince*:contains(QT_CONFIG, opengl):SUBDIRS += opengl
|
---|
4 | contains(QT_CONFIG, openvg):contains(QT_CONFIG, egl):SUBDIRS += openvg
|
---|
5 |
|
---|
6 | contains(QT_CONFIG, shivavg) {
|
---|
7 | # Only works under X11 at present
|
---|
8 | !win32:!embedded:!mac:SUBDIRS += shivavg
|
---|
9 | }
|
---|
10 |
|
---|
11 | !win32:!embedded:!mac:!symbian:CONFIG += x11
|
---|
12 |
|
---|
13 | x11:contains(QT_CONFIG, opengles2):contains(QT_CONFIG, egl):SUBDIRS += meego
|
---|
Note:
See
TracBrowser
for help on using the repository browser.