qt6-bb10/src
Niclas Rosenvik 7d3434f970 Fix environ build break on FreeBSD
QMAKE_LFLAGS_NOUNDEF = <EMPTY> for FreeBSD did not get converted
to CMakeLists.txt. This breaks the build on FreeBSD since environ
is missing from libc, it is available at runtime.
Turn -Wl,-no-undefined into warnings on FreeBSD to fix the build.
Also add a comment based on the one from corelib.pro .

Change-Id: I3835884a2682af0f68a4d65dede3e4e5d4104ac8
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2021-04-08 15:17:28 +00:00
..
3rdparty Update to Harfbuzz 2.8.0 2021-04-06 12:55:18 +01:00
android Add legacy external storage access flag 2021-04-07 23:01:59 +02:00
concurrent Remove the unnecessary template parameter from the class specialization 2021-03-17 16:38:36 +01:00
corelib Fix environ build break on FreeBSD 2021-04-08 15:17:28 +00:00
dbus Introduce QMetaObject::metaType 2021-03-25 17:33:07 +01:00
entrypoint Fix qmake user projects for QT_LIBINFIX builds on Windows/iOS 2021-03-17 09:04:56 +01:00
gui Don't judge other people's writing systems 2021-04-08 08:48:43 +02:00
network Linux: Add abstract address support for QLocal{Socket,Server} 2021-04-01 06:57:04 +01:00
opengl Fix compilation error when LTTng enabled 2021-03-25 15:37:55 +09:00
openglwidgets Document QOpenGLWidget limitations without an alpha channel 2021-01-15 15:21:28 +01:00
platformsupport evdevtouch: Fix wrong addTouchPoint for "mtdev" 2021-02-23 14:22:20 +00:00
plugins CMake: Fix building multi-arch universal macOS Qt 2021-04-01 18:14:59 +02:00
printsupport Add nullptr check 2021-03-16 18:44:17 +01:00
sql QSqlQuery: make it a move only type 2021-03-21 10:16:56 +01:00
testlib Doc: Fix link errors qtbase 2021-04-06 07:34:21 +01:00
tools androiddeployqt: Fix the fallback location of rcc 2021-04-07 10:21:52 +02:00
widgets Fusion style: don't use large icons in QLineEdit 2021-04-07 09:57:30 +02:00
xml The condition 'if(oldChild)' is redundant 2021-03-03 20:52:45 +08:00
CMakeLists.txt Make it possible to disable the PrintSupport module 2021-02-09 09:17:21 +01:00