Quote Originally Posted by Lykurg View Post
I am not 100% sure, but I guess you have to wrap your getconf command inside the system function. Something like
Qt Code:
  1. if( system(getconf LONG_BIT) == 64) {
To copy to clipboard, switch view to plain text mode 
that did not work, about the mkspecs: i can not compile any files, i have to include either the 64 bit or the 32 bit libraries. or what did you mean with the mkspecs?