#34864: qt4-mac: Broken links --------------------------------------------+------------------------------- Reporter: mojca.miklavec.lists@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: qt4-mac --------------------------------------------+------------------------------- Comment(by mojca.miklavec.lists@…): It seems that all of the following lines are true/executed (`QT_CONFIG` contains `qt_framework`, but `QMAKE_FRAMEWORKDIR_QT` is actually empty; it still adds `-F$$[QT_INSTALL_PREFIX]/Library/Frameworks`, but this doesn't help in the code following later on which is not aware of this path): {{{ mac:!static:contains(QT_CONFIG, qt_framework) { isEmpty(QMAKE_FRAMEWORKDIR_QT) { !contains(LIBS,-F$$[QT_INSTALL_PREFIX]/Library/Frameworks) { LIBS = $$LIBS -F$$[QT_INSTALL_PREFIX]/Library/Frameworks } } }}} -- Ticket URL: <https://trac.macports.org/ticket/34864#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS