summaryrefslogtreecommitdiffstats
path: root/src/extras/text/text.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/extras/text/text.pri')
-rw-r--r--src/extras/text/text.pri21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/extras/text/text.pri b/src/extras/text/text.pri
new file mode 100644
index 000000000..1d2cb793c
--- /dev/null
+++ b/src/extras/text/text.pri
@@ -0,0 +1,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