35f23a3dad
Parse conditions more exactly as before, enabling proper handling of else scopes. Change-Id: Icb5dcc73010be4833b2d1cbc1396191992df1ee4 Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
7 lines
286 B
Prolog
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)
|