diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2010-06-24 09:41:39 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2010-06-24 09:41:39 (GMT) |
commit | 9716e12e0f5590ebc23ad9fb7ba75c6a3c5aadab (patch) | |
tree | f1c6c06cc17f9f844b5e5083e917044949fbe3e2 /src/plugins/graphicssystems/graphicssystems.pro | |
parent | 4e27ff09ce4fae4b0af584e1dedb6fa189c6e3d8 (diff) | |
download | Qt-9716e12e0f5590ebc23ad9fb7ba75c6a3c5aadab.zip Qt-9716e12e0f5590ebc23ad9fb7ba75c6a3c5aadab.tar.gz Qt-9716e12e0f5590ebc23ad9fb7ba75c6a3c5aadab.tar.bz2 |
Adding -qpa configure switch
also renaming the embedded_lite qmake switch to be qpa
Diffstat (limited to 'src/plugins/graphicssystems/graphicssystems.pro')
-rw-r--r-- | src/plugins/graphicssystems/graphicssystems.pro | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/plugins/graphicssystems/graphicssystems.pro b/src/plugins/graphicssystems/graphicssystems.pro index c00c9ff..7a8f4d6 100644 --- a/src/plugins/graphicssystems/graphicssystems.pro +++ b/src/plugins/graphicssystems/graphicssystems.pro @@ -2,11 +2,7 @@ TEMPLATE = subdirs SUBDIRS += trace !wince*:contains(QT_CONFIG, opengl):SUBDIRS += opengl contains(QT_CONFIG, openvg):contains(QT_CONFIG, egl) { - embedded_lite { - SUBDIRS += openvglite - } else { - SUBDIRS += openvg - } + SUBDIRS += openvg } contains(QT_CONFIG, shivavg) { |