From e919dfb91e90b795b1523b10a63e1fbb575e8449 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 15 Oct 2019 09:59:06 +0200 Subject: [PATCH] Fix build of qmake It was missing a source file for the QByteArrayList_join symbol. Change-Id: Ifcfd68d216f1e5370f90d7131bb3f7c9f91f07f3 Reviewed-by: Leander Beernaert Reviewed-by: Liang Qi --- qmake/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/qmake/CMakeLists.txt b/qmake/CMakeLists.txt index 927fbdd1afa..3e81ef48208 100644 --- a/qmake/CMakeLists.txt +++ b/qmake/CMakeLists.txt @@ -52,6 +52,7 @@ add_qt_tool(qmake # special case ../src/corelib/tools/qarraydatapointer.h ../src/corelib/tools/qbitarray.cpp ../src/corelib/tools/qbitarray.h ../src/corelib/text/qbytearray.cpp ../src/corelib/text/qbytearray.h + ../src/corelib/text/qbytearraylist.cpp ../src/corelib/text/qbytearraylist.h # special case ../src/corelib/text/qbytearraymatcher.cpp ../src/corelib/text/qbytearraymatcher.h ../src/corelib/text/qchar.h ../src/corelib/tools/qcryptographichash.cpp ../src/corelib/tools/qcryptographichash.h