diff options
Diffstat (limited to 'tests/auto/q3valuevector/q3valuevector.pro')
-rw-r--r-- | tests/auto/q3valuevector/q3valuevector.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/q3valuevector/q3valuevector.pro b/tests/auto/q3valuevector/q3valuevector.pro new file mode 100644 index 0000000..883fda2 --- /dev/null +++ b/tests/auto/q3valuevector/q3valuevector.pro @@ -0,0 +1,7 @@ +load(qttest_p4) +SOURCES += tst_q3valuevector.cpp + + +contains(QT_CONFIG, qt3support): QT += qt3support + + |