summaryrefslogtreecommitdiffstats
path: root/tests/auto/q3frame
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2009-05-11 04:28:43 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2009-05-11 04:41:06 (GMT)
commit842ba1b3878c2973b24936b18a7ee55bdd980be6 (patch)
tree60cfa30ef136fb8a96ee57552759c9726538ecf5 /tests/auto/q3frame
parentb21210d646f4aaa639fa480ddf1c8e5fcd9b0572 (diff)
downloadQt-842ba1b3878c2973b24936b18a7ee55bdd980be6.zip
Qt-842ba1b3878c2973b24936b18a7ee55bdd980be6.tar.gz
Qt-842ba1b3878c2973b24936b18a7ee55bdd980be6.tar.bz2
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/q3frame')
-rw-r--r--tests/auto/q3frame/q3frame.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/q3frame/q3frame.pro b/tests/auto/q3frame/q3frame.pro
index 7f0d24f..1d1f5a7 100644
--- a/tests/auto/q3frame/q3frame.pro
+++ b/tests/auto/q3frame/q3frame.pro
@@ -1,4 +1,5 @@
load(qttest_p4)
QT += qt3support
+requires(contains(QT_CONFIG,qt3support))
SOURCES += tst_q3frame.cpp