source: trunk/src/plugins/graphicssystems/graphicssystems.pro@ 755

Last change on this file since 755 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 278 bytes
Line 
1TEMPLATE = subdirs
2SUBDIRS += trace
3!wince*:contains(QT_CONFIG, opengl):SUBDIRS += opengl
4contains(QT_CONFIG, openvg):contains(QT_CONFIG, egl):SUBDIRS += openvg
5
6contains(QT_CONFIG, shivavg) {
7 # Only works under X11 at present
8 !win32:!embedded:!mac:SUBDIRS += shivavg
9}
Note: See TracBrowser for help on using the repository browser.