summaryrefslogtreecommitdiffstats
path: root/tests/auto/q3ptrlist
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2009-05-11 14:28:43 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2009-05-11 14:41:06 +1000
commit842ba1b3878c2973b24936b18a7ee55bdd980be6 (patch)
tree60cfa30ef136fb8a96ee57552759c9726538ecf5 /tests/auto/q3ptrlist
parentb21210d646f4aaa639fa480ddf1c8e5fcd9b0572 (diff)
Fixes qt3support unit tests generating compile failures when Qt is not
configured with qt3support. The build system knows when qt3support was turned off, so let's just skip these tests in that case. That makes more sense than individually configuring each autotest machine to skip these tests when the configuration is known to turn off qt3support, which is what's done previously. Reviewed-by: Lincoln Ramsay
Diffstat (limited to 'tests/auto/q3ptrlist')
-rw-r--r--tests/auto/q3ptrlist/q3ptrlist.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/q3ptrlist/q3ptrlist.pro b/tests/auto/q3ptrlist/q3ptrlist.pro
index 186a707526..d7431f4560 100644
--- a/tests/auto/q3ptrlist/q3ptrlist.pro
+++ b/tests/auto/q3ptrlist/q3ptrlist.pro
@@ -2,5 +2,6 @@ load(qttest_p4)
SOURCES += tst_q3ptrlist.cpp
QT += qt3support
+requires(contains(QT_CONFIG,qt3support))