summaryrefslogtreecommitdiffstats
path: root/src/declarative/scenegraph/adaptationlayers/adaptationlayers.pri
blob: d9c88014781379c410593cad1691d51489d3edd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
INCLUDEPATH += $$PWD

HEADERS += \
    $$PWD/adaptationlayer.h \
    $$PWD/default/default_texturenode.h \
    $$PWD/default/default_rectanglenode.h \
    $$PWD/default/default_glyphnode.h \
    $$PWD/default/default_glyphnode_p.h \
    $$PWD/distancefield_glyphnode.h \
    $$PWD/distancefield_glyphnode_p.h

SOURCES += \
    $$PWD/adaptationlayer.cpp \
    $$PWD/default/default_texturenode.cpp \
    $$PWD/default/default_rectanglenode.cpp \
    $$PWD/default/default_glyphnode.cpp \
    $$PWD/default/default_glyphnode_p.cpp \
    $$PWD/distancefield_glyphnode.cpp \
    $$PWD/distancefield_glyphnode_p.cpp