summaryrefslogtreecommitdiffstats
path: root/util/cmake/tests/data/comment_scope.pro
blob: be43cad37dbbf1fde70f87743c3c5d68884e21e0 (plain)
1
2
3
4
5
6
# 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)