View Single Post
too's Avatar
Posts: 122 | Thanked: 135 times | Joined on Dec 2009 @ Helsinki
#193
About qmake and pkg-config on windows.

The following oneliner written to /madbin/pkg-config.cmd will do the trick:

Code:
@env.exe PERL5LIB=/madlib/perl5 /madbin/pkg-config %*

Last edited by too; 2010-02-20 at 20:17. Reason: fixed typos