https://bugs.kde.org/show_bug.cgi?id=460049
--- Comment #4 from Oliver Kellogg <okell...@users.sourceforge.net> --- (In reply to Robert Hairgrove from comment #3) > > How can I instruct the CMake build NOT to look for QNetworkRequest? Why does > Umbrello need that? It looks like it's not Umbrello that needs it but rather it is an indirect dependency incurred by Qt5Qml: [ 96%] Linking CXX executable umbrello5 /usr/local/Qt-5.15.5/lib/libQt5Qml.so.5: undefined reference to `QNetworkRequest::QNetworkRequest()@Qt_5' /usr/lib/x86_64-linux-gnu/libQt5Network.so.5.9.5: undefined reference to [...] My guess is that your Qt5.15 build somehow did not install the Qt5Network library, otherwise libQt5Network.so.5.15.5 should have been picked up from /usr/local/Qt-5.15.5/lib (picking up /usr/lib/x86_64-linux-gnu/libQt5Network.so.5.9.5 is wrong). -- You are receiving this mail because: You are watching all bug changes.