diff options
Diffstat (limited to 'tests/auto/q3hbox/q3hbox.pro')
-rw-r--r-- | tests/auto/q3hbox/q3hbox.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/q3hbox/q3hbox.pro b/tests/auto/q3hbox/q3hbox.pro index d5b7c65..bbd7f5b 100644 --- a/tests/auto/q3hbox/q3hbox.pro +++ b/tests/auto/q3hbox/q3hbox.pro @@ -2,6 +2,7 @@ load(qttest_p4) SOURCES += tst_q3hbox.cpp QT += qt3support +requires(contains(QT_CONFIG,qt3support)) |