I have a working build of qtcreator with patches However, I am struggling to build a PLIST.
I have modified the .pro files to install like:
target.path = /usr/local/bin
INSTALLS += target
and the libraries like:
target.path = /usr/local/lib
INSTALLS += target
After the make fake completes, I end up finding the binaries installed in my
actual /usr/local/bin, rather than in the obj build.
Is there anything special I need to do to get qmake4 to play nice with the
ports build system?
Thanks.
