summaryrefslogtreecommitdiffstats
path: root/src/xml/dom/dom.pri
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2019-10-24 10:17:57 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2019-11-01 16:37:25 +0100
commit44a26a0a79ed07b829d55979eaed6f06346ca450 (patch)
tree43844f752df2ffc7c8e52bddbfce91f515f734da /src/xml/dom/dom.pri
parent1a878e65c21be10c7c64839ebf6f2b27170feb00 (diff)
Move the private and internal APIs of QDom to new files
qdom.cpp is too big, move the private classes and internal classes to new files to make the maintenance and reviews for the upcoming changes easier. Task-number: QTBUG-76178 Change-Id: Ibe83bf9104e000d405a07653f4278083e2da648e Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/xml/dom/dom.pri')
-rw-r--r--src/xml/dom/dom.pri7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/xml/dom/dom.pri b/src/xml/dom/dom.pri
index d86071e84e..36b6087ede 100644
--- a/src/xml/dom/dom.pri
+++ b/src/xml/dom/dom.pri
@@ -1,2 +1,5 @@
-HEADERS += $$PWD/qdom.h
-SOURCES += $$PWD/qdom.cpp
+HEADERS += $$PWD/qdom.h \
+ $$PWD/qdom_p.h \
+ $$PWD/qdomhelpers_p.h
+SOURCES += $$PWD/qdom.cpp \
+ $$PWD/qdomhelpers.cpp