<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>On 08 Jan 2015, at 19:49 , Jeremy Whiting <<a href="mailto:jpwhiting@kde.org">jpwhiting@kde.org</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;">QT_INSTALL_PREFIX</span></blockquote></div><div><br></div>In the port qt5-mac you find this configure option being set:<div><br><div><div style="margin: 0px; font-size: 18px; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(0, 0, 0); position: static; z-index: auto;">       -prefix         ${qt_dir}           </div></div></div><div><br></div>Later on you find this:<div><br></div><div><div style="margin: 0px; font-size: 18px; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(0, 0, 0); position: static; z-index: auto;">                reinplace \</div><div style="margin: 0px; font-size: 18px; font-family: Menlo; color: rgb(255, 64, 255); background-color: rgb(0, 0, 0); position: static; z-index: auto;"><span style="color: #ffffff">                    </span>"s|^set(_qt5_corelib_extra_includes \"\${_qt5Core_install_prefix}/share/qt5//mkspecs/macx-clang.*\")$|set(_qt5_corelib_extra_includes \"\${_qt5Core_install_prefix}/share/qt5//mkspecs/macx-clang-32\" \"\${_qt5Core_install_prefix}/share/qt5//mkspecs/macx-clang\")|"<span style="color: #ffffff"> \</span></div><div style="margin: 0px; font-size: 18px; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(0, 0, 0); position: static; z-index: auto;">                    ${dir}${qt_frameworks_dir}/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake</div></div><div><br></div><div>which seems to indicate that the variable ‘_qt5Core_install_prefix' is internally being used by CMake.</div><div><br></div><div>I figure this could be used to pass its contents via CMake into our current QSP patch! :-)</div></body></html>