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