diff options
Diffstat (limited to 'tests/benchmarks/script/context2d/context2d.pro')
-rw-r--r-- | tests/benchmarks/script/context2d/context2d.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/benchmarks/script/context2d/context2d.pro b/tests/benchmarks/script/context2d/context2d.pro index bc94c4f..4de78da 100644 --- a/tests/benchmarks/script/context2d/context2d.pro +++ b/tests/benchmarks/script/context2d/context2d.pro @@ -1,4 +1,4 @@ -load(qttest_p4) +CONFIG += testcase TEMPLATE = app TARGET = tst_bench_context2d @@ -19,4 +19,4 @@ SOURCES += $$CONTEXT2D_EXAMPLE_DIR/qcontext2dcanvas.cpp \ RESOURCES += $$CONTEXT2D_EXAMPLE_DIR/context2d.qrc -QT += script +QT += script testlib |