From 1a0df46b9868cca653c1d343e8ec3ffc009c5e33 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Fri, 10 May 2019 08:58:03 +0200 Subject: Add qurlquery.cpp to the bootstrap library This amends change 587bdd144b7e574e57f17167808774fa9783ee78. As we have added QUrl we should also add QUrlQuery because the former uses the latter. Change-Id: Iab3b0cb91ef65e673c6c2db4c30fad5660ff30fd Reviewed-by: Simon Hausmann --- src/tools/bootstrap/bootstrap.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tools/bootstrap') diff --git a/src/tools/bootstrap/bootstrap.pro b/src/tools/bootstrap/bootstrap.pro index 708211279c..3aeca6e7af 100644 --- a/src/tools/bootstrap/bootstrap.pro +++ b/src/tools/bootstrap/bootstrap.pro @@ -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 \ -- cgit v1.2.3