Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
23 lines
677 B
Prolog
23 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
|