Project Qt4
open problems
- /opt/csw/gxx/mkspecs contains the (bad) entries: QMAKE_INCDIR = /usr/sfw/include
- remove PRL files: in /opt/csw/gxx/lib/ are prl files which list option -L/usr/sfw/lib; with this links with wrong libs
- qmake use /bin/sh which do not understand:
SCMREVISION=$$system([ "$(which git)x" != "x" -a -d ../../.git ] && echo "$(git describe --tags)" || echo "$${SCMREVISION}")
can we solve this with setting in mkspec/solaris-…
QMAKE_SH=/usr/xpg4/bin/sh
?
page revision: 4, last edited: 25 May 2012 07:16