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