diff options
Diffstat (limited to 'tests/auto/q3listview/q3listview.pro')
-rw-r--r-- | tests/auto/q3listview/q3listview.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/q3listview/q3listview.pro b/tests/auto/q3listview/q3listview.pro new file mode 100644 index 0000000..56c62d1 --- /dev/null +++ b/tests/auto/q3listview/q3listview.pro @@ -0,0 +1,5 @@ +load(qttest_p4) + +SOURCES += tst_q3listview.cpp +QT += qt3support + |