qt6windows7/util/cmake/tests/data/comment_scope.pro
2023-10-29 23:33:08 +01:00

7 lines
286 B
Prolog

# QtCore can't be compiled with -Wl,-no-undefined because it uses the "environ"
# variable and on FreeBSD and OpenBSD, this variable is in the final executable itself.
# OpenBSD 6.0 will include environ in libc.
freebsd|openbsd: QMAKE_LFLAGS_NOUNDEF =
include(animation/animation.pri)