Add qurlquery.cpp to the bootstrap library

This amends change 587bdd144b. As we have
added QUrl we should also add QUrlQuery because the former uses the
latter.

Change-Id: Iab3b0cb91ef65e673c6c2db4c30fad5660ff30fd
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
Ulf Hermann 2019-05-10 08:58:03 +02:00
parent 9dc1edb314
commit 1a0df46b98

View File

@ -53,6 +53,7 @@ SOURCES += \
../../corelib/io/qloggingregistry.cpp \
../../corelib/io/qurl.cpp \
../../corelib/io/qurlidna.cpp \
../../corelib/io/qurlquery.cpp \
../../corelib/io/qurlrecode.cpp \
../../corelib/kernel/qcoreapplication.cpp \
../../corelib/kernel/qcoreglobaldata.cpp \