diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-05-11 04:28:43 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-05-11 04:41:06 (GMT) |
commit | 842ba1b3878c2973b24936b18a7ee55bdd980be6 (patch) | |
tree | 60cfa30ef136fb8a96ee57552759c9726538ecf5 /tests/auto/q3dockwindow | |
parent | b21210d646f4aaa639fa480ddf1c8e5fcd9b0572 (diff) | |
download | Qt-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/q3dockwindow')
-rw-r--r-- | tests/auto/q3dockwindow/q3dockwindow.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/q3dockwindow/q3dockwindow.pro b/tests/auto/q3dockwindow/q3dockwindow.pro index 5f23c40..1352123 100644 --- a/tests/auto/q3dockwindow/q3dockwindow.pro +++ b/tests/auto/q3dockwindow/q3dockwindow.pro @@ -3,6 +3,7 @@ HEADERS += SOURCES += tst_q3dockwindow.cpp QT += qt3support +requires(contains(QT_CONFIG,qt3support)) |