Hi, seems I always have the strange problems. I solved this problem by debugging the 'configure' script, this line in the configure script was squashing my QTCONFIG_FLAGS, so none of them appeared in the qconfig.h file. i removed the 'sort' and the qconfig.h file was created correctly. I suppose it's related to my scripting tools on the linux machine.
[ '!' -z "$AWK" ] && QCONFIG_FLAGS=`echo $QCONFIG_FLAGS | $AWK '{gsub(" ", "\n"); print}' | sort | uniq`
[ '!' -z "$AWK" ] && QCONFIG_FLAGS=`echo $QCONFIG_FLAGS | $AWK '{gsub(" ", "\n"); print}' | sort | uniq`
To copy to clipboard, switch view to plain text mode
Bookmarks