diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-07-19 23:40:10 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-07-19 23:40:10 (GMT) |
commit | 7a3ae63fc95ebb9fd7e380aa35cfdf7d5e68fc03 (patch) | |
tree | 99911d2972733f49fe3173ef9bc9db2fd936f535 /src/plugins/graphicssystems/shivavg | |
parent | 2475afbcc7e245cd3739af02f12b8508adea3738 (diff) | |
download | Qt-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 'src/plugins/graphicssystems/shivavg')
-rw-r--r-- | src/plugins/graphicssystems/shivavg/shivavg.pro | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/graphicssystems/shivavg/shivavg.pro b/src/plugins/graphicssystems/shivavg/shivavg.pro index 68345af..b8ea12a 100644 --- a/src/plugins/graphicssystems/shivavg/shivavg.pro +++ b/src/plugins/graphicssystems/shivavg/shivavg.pro @@ -10,7 +10,3 @@ HEADERS = shivavggraphicssystem.h shivavgwindowsurface.h target.path += $$[QT_INSTALL_PLUGINS]/graphicssystems INSTALLS += target - -!isEmpty(QMAKE_INCDIR_OPENVG): INCLUDEPATH += $$QMAKE_INCDIR_OPENVG -!isEmpty(QMAKE_LIBDIR_OPENVG): LIBS += -L$$QMAKE_LIBDIR_OPENVG -!isEmpty(QMAKE_LIBS_OPENVG): LIBS += $$QMAKE_LIBS_OPENVG |