summaryrefslogtreecommitdiffstats
path: root/src/extras/text/text.pri
blob: 1d2cb793c58458222f21a59e2801b15bb1fcfaaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
HEADERS += \
    $$PWD/distancefieldtextrenderer_p.h \
    $$PWD/distancefieldtextrenderer_p_p.h \
    $$PWD/areaallocator_p.h \
    $$PWD/qdistancefieldglyphcache_p.h \
    $$PWD/qtextureatlas_p_p.h \
    $$PWD/qtextureatlas_p.h \
    $$PWD/qtext2dentity_p.h \
    $$PWD/qtext2dentity.h \
    $$PWD/qtext2dmaterial_p_p.h \
    $$PWD/qtext2dmaterial_p.h

SOURCES += \
    $$PWD/qtextureatlas.cpp \
    $$PWD/qdistancefieldglyphcache.cpp \
    $$PWD/distancefieldtextrenderer.cpp \
    $$PWD/areaallocator.cpp \
    $$PWD/qtext2dentity.cpp \
    $$PWD/qtext2dmaterial.cpp

INCLUDEPATH += $$PWD