summaryrefslogtreecommitdiffstats
path: root/util/cmake/tests/data/comment_scope.pro
diff options
context:
space:
mode:
Diffstat (limited to 'util/cmake/tests/data/comment_scope.pro')
-rw-r--r--util/cmake/tests/data/comment_scope.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/cmake/tests/data/comment_scope.pro b/util/cmake/tests/data/comment_scope.pro
new file mode 100644
index 0000000000..be43cad37d
--- /dev/null
+++ b/util/cmake/tests/data/comment_scope.pro
@@ -0,0 +1,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)