summaryrefslogtreecommitdiffstats
path: root/tests/auto/unit/qpaintervideosurface/qpaintervideosurface.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-02-18 12:11:29 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-18 13:57:14 +0100
commitc64db5dfdecb64f4e9b3826da9ddb1dfdfdadc42 (patch)
tree2f928d6b2e5c2c18bcaa51a87bfc59176b8fef1c /tests/auto/unit/qpaintervideosurface/qpaintervideosurface.pro
parentaf359028bb3d3897a659e298394b25be1966bdde (diff)
Fix XPASS on Ubuntu Precise Pangolin.
Change-Id: I0199ad3a52621763c214fa65302d3de4701814cf Reviewed-by: Tobias Koenig Reviewed-by: Andy Nichols <andy.nichols@digia.com>
Diffstat (limited to 'tests/auto/unit/qpaintervideosurface/qpaintervideosurface.pro')
-rw-r--r--tests/auto/unit/qpaintervideosurface/qpaintervideosurface.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/unit/qpaintervideosurface/qpaintervideosurface.pro b/tests/auto/unit/qpaintervideosurface/qpaintervideosurface.pro
index 4f5120245..30ce70b79 100644
--- a/tests/auto/unit/qpaintervideosurface/qpaintervideosurface.pro
+++ b/tests/auto/unit/qpaintervideosurface/qpaintervideosurface.pro
@@ -13,4 +13,6 @@ SOURCES += tst_qpaintervideosurface.cpp
QT+=widgets
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
+linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = precise ]"):DEFINES+=UBUNTU_PRECISE_PANGOLIN
+
win32:contains(QT_CONFIG, angle): CONFIG += insignificant_test # QTBUG-28542