<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- qmake/generators/makefile.cpp.orig	2018-12-03 04:15:26.000000000 -0700
+++ qmake/generators/makefile.cpp	2018-12-22 06:02:13.000000000 -0700
@@ -3423,7 +3423,7 @@
         t &lt;&lt; "-I${includedir}";
     if (target_mode == TARG_MAC_MODE &amp;&amp; project-&gt;isActiveConfig("lib_bundle")
         &amp;&amp; libDir != QLatin1String("/Library/Frameworks")) {
-            t &lt;&lt; " -F${libdir}";
+            t &lt;&lt; " -F${libdir} -I${prefix}/include";
     }
     t &lt;&lt; Qt::endl;
 
</pre></body></html>