diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-12-29 23:10:52 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-12-29 23:10:52 (GMT) |
commit | 2230b3c4481c302f8a4baaf06b93cf9d4810dad0 (patch) | |
tree | e0f1805c0dc80dfc5d5fb1b9df3547ebf6a58052 /bison.pri | |
parent | 41269ec0ff9406d707cde7fd584331f1cc44943a (diff) |
qmake-macx last detected on eigen. (unix=1 on osx). clarify comments.
Diffstat (limited to 'bison.pri')
-rw-r--r-- | bison.pri | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,7 +24,8 @@ unix:linux* { } freebsd* { - # on bsd /usr/bin/bison is outdated, dont use it + # on some BSD, /usr/local/bin/bison is newer than + # /usr/bin/bison, so try to prefer it. exists(/usr/local/bin/bison) { QMAKE_YACC = /usr/local/bin/bison } else { # look in $PATH |