TEMPLATE = subdirs SUBDIRS += trace contains(QT_CONFIG, opengl):SUBDIRS += opengl contains(QT_CONFIG, openvg):contains(QT_CONFIG, egl) { embedded_lite { SUBDIRS += openvglite } else { SUBDIRS += openvg } } contains(QT_CONFIG, shivavg) { # Only works under X11 at present !win32:!embedded:!mac:SUBDIRS += shivavg } embedded_lite: { SUBDIRS += minimal } embedded_lite:x11 { SUBDIRS += linuxfb }