casallas / homebrew

A fork of homebrew with 3d, VR, and CV related formulas. There is also a linux branch
http://mxcl.github.com/homebrew
Other
1 stars 0 forks source link

std_qmake_spec #12

Open casallas opened 12 years ago

casallas commented 12 years ago

Should probably go in Library/Homebrew/formula.rb, as std_cmake_parameters It should choose the QMAKESPEC (see /usr/local/Cellar/qt/4.7.4/mkspecs) according to the active compiler, e.g. --use-llvm should generate -spec macx-llvm, --use-gcc should generate -spec macx-g++ and --use-clang should generate some warning, since clang isn't currently a supported makespec.

casallas commented 12 years ago

Defaults are GCC 4.0.1 on 10.4 and 10.5, GCC 4.2 on 10.6 http://doc.qt.nokia.com/latest/developing-on-mac.html