[MacPorts] #44204: qt5-mac: wrong pkg-config variables
MacPorts
noreply at macports.org
Tue Jul 1 10:22:23 PDT 2014
#44204: qt5-mac: wrong pkg-config variables
---------------------+------------------------
Reporter: mojca@… | Owner: mcalhoun@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: qt5-mac
---------------------+------------------------
{{{
$ pkg-config --flags Qt5Core
}}}
returns
{{{
-I<prefix>/include/QtCore
}}}
but that path doesn't exist.
The other flag:
{{{
$ pkg-config --libs Qt5Core
}}}
returns
{{{
-F<frameworks_dir> -framework QtCore
}}}
which seems OK (I had problems with `-framework QtCore` fetching files
from the system, but that might have been unrelated).
See `${prefix}/lib/pkgconfig/Qt5Core.pc` and others.
--
Ticket URL: <https://trac.macports.org/ticket/44204>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list