mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 03:12:56 +00:00
22 lines
677 B
Prolog
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
|