summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-05-26 10:55:57 +0200
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-05-26 10:55:57 +0200
commit2d26fda6e11669e508be3c2def0e5441fb29f9f0 (patch)
tree49ff59ee2ef2560d4915c4c3dce1f0be159298af /tests
parent54f9a04fd81b339be78cf43ed68b3022023d6562 (diff)
Remove OpenVG from qtbase.
Acked-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/headersclean/headersclean.pro2
-rw-r--r--tests/auto/headersclean/tst_headersclean.cpp4
-rw-r--r--tests/auto/nativeimagehandleprovider/nativeimagehandleprovider.pro1
-rw-r--r--tests/auto/qpixmap/qpixmap.pro4
4 files changed, 0 insertions, 11 deletions
diff --git a/tests/auto/headersclean/headersclean.pro b/tests/auto/headersclean/headersclean.pro
index 0f976ffb95..d18dc1c0a2 100644
--- a/tests/auto/headersclean/headersclean.pro
+++ b/tests/auto/headersclean/headersclean.pro
@@ -5,5 +5,3 @@ CONFIG += uitools
contains(QT_CONFIG,dbus): QT += dbus
contains(QT_CONFIG,opengl): QT += opengl
-contains(QT_CONFIG,openvg): QT += openvg
-
diff --git a/tests/auto/headersclean/tst_headersclean.cpp b/tests/auto/headersclean/tst_headersclean.cpp
index 41537776a7..831e7fe50a 100644
--- a/tests/auto/headersclean/tst_headersclean.cpp
+++ b/tests/auto/headersclean/tst_headersclean.cpp
@@ -64,10 +64,6 @@
#include <QtDBus/QtDBus>
#endif
-#ifndef QT_NO_OPENVG
-#include <QtOpenVG/QtOpenVG>
-#endif
-
class tst_HeadersClean: public QObject
{
Q_OBJECT
diff --git a/tests/auto/nativeimagehandleprovider/nativeimagehandleprovider.pro b/tests/auto/nativeimagehandleprovider/nativeimagehandleprovider.pro
index 70ea53c369..25a052b5f0 100644
--- a/tests/auto/nativeimagehandleprovider/nativeimagehandleprovider.pro
+++ b/tests/auto/nativeimagehandleprovider/nativeimagehandleprovider.pro
@@ -5,5 +5,4 @@ QT += gui-private
SOURCES += tst_nativeimagehandleprovider.cpp
symbian {
LIBS += -lfbscli -lbitgdi
- contains(QT_CONFIG, openvg): QT *= openvg
}
diff --git a/tests/auto/qpixmap/qpixmap.pro b/tests/auto/qpixmap/qpixmap.pro
index 456928f1f6..fe156d547c 100644
--- a/tests/auto/qpixmap/qpixmap.pro
+++ b/tests/auto/qpixmap/qpixmap.pro
@@ -25,10 +25,6 @@ wince*: {
DEPLOYMENT_PLUGIN += qico
} else:symbian {
LIBS += -lfbscli.dll -lbitgdi.dll -lgdi.dll
- contains(QT_CONFIG, openvg) {
- LIBS += $$QMAKE_LIBS_OPENVG
- QT *= openvg
- }
} else {
DEFINES += SRCDIR=\\\"$$PWD\\\"
win32:LIBS += -lgdi32 -luser32