Fix qdoublescanprint_p.h path in corelib

The qdoublescanprint_p.h header moved from tools/ to text/ when
text/ was introduced.

Amends a9aa206b7b8ac4e69f8c46233b4080e00e845ff5.

Change-Id: Ia7167fc3c4cdb05d4f2e56c0a0427a80e3cee362
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
Tasuku Suzuki 2019-07-15 02:20:56 +09:00 committed by Marc Mutz
parent 205824103e
commit aa698bc3c4

View File

@ -9,7 +9,7 @@ HEADERS += \
text/qchar.h \
text/qcollator.h \
text/qcollator_p.h \
tools/qdoublescanprint_p.h \
text/qdoublescanprint_p.h \
text/qlocale.h \
text/qlocale_p.h \
text/qlocale_tools_p.h \