aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/context2d/context2d.pri
blob: a43ef7806a86fa8520ea36c850901d32e5008fde (plain)
1
2
3
4
5
6
7
8
9
10
11
INCLUDEPATH += $$PWD

SOURCES += \
    $$PWD/qsgcanvasitem.cpp \
    $$PWD/qsgcontext2d.cpp \

HEADERS += \
    $$PWD/qsgcanvasitem_p.h \
    $$PWD/qsgcontext2d_p_p.h \
    $$PWD/qsgcontext2d_p.h \