mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
16 lines
586 B
Prolog
16 lines
586 B
Prolog
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
|