summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt.prf
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2009-07-19 23:40:10 (GMT)
committerRhys Weatherley <rhys.weatherley@nokia.com>2009-07-19 23:40:10 (GMT)
commit7a3ae63fc95ebb9fd7e380aa35cfdf7d5e68fc03 (patch)
tree99911d2972733f49fe3173ef9bc9db2fd936f535 /mkspecs/features/qt.prf
parent2475afbcc7e245cd3739af02f12b8508adea3738 (diff)
downloadQt-7a3ae63fc95ebb9fd7e380aa35cfdf7d5e68fc03.zip
Qt-7a3ae63fc95ebb9fd7e380aa35cfdf7d5e68fc03.tar.gz
Qt-7a3ae63fc95ebb9fd7e380aa35cfdf7d5e68fc03.tar.bz2
Make openvg.prf work properly
This change makes "QT += openvg" include the right includes and libs via openvg.prf automatically. Reviewed-by: trustme
Diffstat (limited to 'mkspecs/features/qt.prf')
-rw-r--r--mkspecs/features/qt.prf1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/features/qt.prf b/mkspecs/features/qt.prf
index 332eaca..1bac953 100644
--- a/mkspecs/features/qt.prf
+++ b/mkspecs/features/qt.prf
@@ -159,6 +159,7 @@ for(QTLIB, $$list($$lower($$unique(QT)))) {
} else {
DEFINES *= $$upper(QT_$${QTLIB}_LIB)
isEqual(QTLIB, opengl):CONFIG += opengl
+ isEqual(QTLIB, openvg):CONFIG += openvg
isEqual(QTLIB, qt3support):DEFINES *= QT3_SUPPORT
isEqual(QTLIB, testlib):CONFIG += console
isEqual(QTLIB, dbus):CONFIG += dbusadaptors dbusinterfaces