aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/context2d/context2d.pri
blob: 60fe28dd43bd333df0aaf7c1b386b72ee48133a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
INCLUDEPATH += $$PWD

SOURCES += \
    $$PWD/qsgcanvasitem.cpp \
    $$PWD/qsgcontext2d.cpp \
    $$PWD/qsgcontext2dnode.cpp \
    $$PWD/qsgcontext2dtile.cpp \
    $$PWD/qsgcontext2dtexture.cpp \
    $$PWD/qsgcontext2dcommandbuffer.cpp \

HEADERS += \
    $$PWD/qsgcanvasitem_p.h \
    $$PWD/qsgcontext2d_p.h \
    $$PWD/qsgcontext2dnode_p.h \
    $$PWD/qsgcontext2dtile_p.h \
    $$PWD/qsgcontext2dtexture_p.h \
    $$PWD/qsgcontext2dcommandbuffer_p.h \