summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/mac/toolchain.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/features/mac/toolchain.prf')
-rw-r--r--mkspecs/features/mac/toolchain.prf5
1 files changed, 5 insertions, 0 deletions
diff --git a/mkspecs/features/mac/toolchain.prf b/mkspecs/features/mac/toolchain.prf
new file mode 100644
index 0000000000..df191eb13c
--- /dev/null
+++ b/mkspecs/features/mac/toolchain.prf
@@ -0,0 +1,5 @@
+# Ensure that we process sdk.prf first, as it will update QMAKE_CXX,
+# which the default path determination uses.
+sdk: load(sdk)
+
+load(toolchain)