summaryrefslogtreecommitdiffstats
path: root/config.tests/common/alloca/alloca.pro
diff options
context:
space:
mode:
authorKimmo Ollila <kimmo.ollila@qt.io>2017-01-19 11:51:50 +0200
committerKimmo Ollila <kimmo.ollila@qt.io>2017-01-31 09:27:43 +0000
commit8d9da54dd58da7a909bb5981db27bb4e8e57d21c (patch)
tree7dab967580027efee1b069f800b48a21bf4de124 /config.tests/common/alloca/alloca.pro
parent1b488d8b49c55c6f91eb4217e39a7f94f3be4231 (diff)
Add a configure check for alloca()
Alloca() is not supported on all platforms, like INTEGRITY on ARM, so adding a configure check for it. This can be used when building QtQml and 3rd party code, in particular PCRE2 and SQLite. Change-Id: I9785e16c21f67d1a68fef567e18c3356170f027e Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'config.tests/common/alloca/alloca.pro')
-rw-r--r--config.tests/common/alloca/alloca.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.tests/common/alloca/alloca.pro b/config.tests/common/alloca/alloca.pro
new file mode 100644
index 0000000000..a2d7d45da2
--- /dev/null
+++ b/config.tests/common/alloca/alloca.pro
@@ -0,0 +1 @@
+SOURCES = alloca.cpp