From af489fb5551265da1f5e34deaba627a36e5c560e Mon Sep 17 00:00:00 2001
From: Rohan McGovern <rohan.mcgovern@nokia.com>
Date: Wed, 29 Jul 2009 11:23:37 +1000
Subject: Skip uic3 test when qt3support is disabled.

---
 tests/auto/uic3/uic3.pro | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/auto/uic3/uic3.pro b/tests/auto/uic3/uic3.pro
index 520f95a..72a1304 100644
--- a/tests/auto/uic3/uic3.pro
+++ b/tests/auto/uic3/uic3.pro
@@ -6,3 +6,6 @@ TARGET = tst_uic3
 
 # This test is not run on wince (I think)
 DEFINES += SRCDIR=\\\"$$PWD\\\"
+
+requires(contains(QT_CONFIG,qt3support))
+
-- 
cgit v0.12