katie/tests/benchmarks/script/context2d/context2d.pro
Ivailo Monev 7e2cedaf54 add benchmarks from Qt4, some of which not yet ported to CMake build system
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-02-01 03:33:31 +02:00

22 lines
677 B
Prolog

load(qttest_p4)
TEMPLATE = app
TARGET = tst_bench_context2d
SOURCES += tst_context2d.cpp
CONTEXT2D_EXAMPLE_DIR = $$QT_SOURCE_TREE/examples/script/context2d
INCLUDEPATH += $$CONTEXT2D_EXAMPLE_DIR
HEADERS += $$CONTEXT2D_EXAMPLE_DIR/qcontext2dcanvas.h \
$$CONTEXT2D_EXAMPLE_DIR/context2d.h \
$$CONTEXT2D_EXAMPLE_DIR/domimage.h \
$$CONTEXT2D_EXAMPLE_DIR/environment.h
SOURCES += $$CONTEXT2D_EXAMPLE_DIR/qcontext2dcanvas.cpp \
$$CONTEXT2D_EXAMPLE_DIR/context2d.cpp \
$$CONTEXT2D_EXAMPLE_DIR/domimage.cpp \
$$CONTEXT2D_EXAMPLE_DIR/environment.cpp
RESOURCES += $$CONTEXT2D_EXAMPLE_DIR/context2d.qrc
QT += script