diff options
Diffstat (limited to 'tests/auto/q3ptrlist/q3ptrlist.pro')
-rw-r--r-- | tests/auto/q3ptrlist/q3ptrlist.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/q3ptrlist/q3ptrlist.pro b/tests/auto/q3ptrlist/q3ptrlist.pro index 186a707..d7431f4 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)) |