diff options
Diffstat (limited to 'tests/auto/qcontiguouscache/qcontiguouscache.pro')
-rw-r--r-- | tests/auto/qcontiguouscache/qcontiguouscache.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/qcontiguouscache/qcontiguouscache.pro b/tests/auto/qcontiguouscache/qcontiguouscache.pro new file mode 100644 index 0000000..618efed --- /dev/null +++ b/tests/auto/qcontiguouscache/qcontiguouscache.pro @@ -0,0 +1,8 @@ +load(qttest_p4) + +QT = core + +SOURCES += tst_qcontiguouscache.cpp + + + |