diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-05-25 23:01:37 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-05-25 23:01:37 (GMT) |
commit | 93f0f38085e8fe2657ef3d7c5e24576d4475e85d (patch) | |
tree | 1e0d6ab6445732f24186f86114d237bea6b5cde3 /tests/benchmarks/qmlpainting/qmlpainting.pro | |
parent | 9797617e80469c79da096d6013e233d7d75de87a (diff) | |
download | Qt-93f0f38085e8fe2657ef3d7c5e24576d4475e85d.zip Qt-93f0f38085e8fe2657ef3d7c5e24576d4475e85d.tar.gz Qt-93f0f38085e8fe2657ef3d7c5e24576d4475e85d.tar.bz2 |
Test cleanup.
Diffstat (limited to 'tests/benchmarks/qmlpainting/qmlpainting.pro')
-rw-r--r-- | tests/benchmarks/qmlpainting/qmlpainting.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/benchmarks/qmlpainting/qmlpainting.pro b/tests/benchmarks/qmlpainting/qmlpainting.pro new file mode 100644 index 0000000..58e9775 --- /dev/null +++ b/tests/benchmarks/qmlpainting/qmlpainting.pro @@ -0,0 +1,5 @@ +load(qttest_p4) +TEMPLATE = app +TARGET = tst_qmlpainting + +SOURCES += tst_qmlpainting.cpp |