summaryrefslogtreecommitdiff
path: root/bison.pri
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2012-12-29 23:10:52 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2012-12-29 23:10:52 (GMT)
commit2230b3c4481c302f8a4baaf06b93cf9d4810dad0 (patch)
treee0f1805c0dc80dfc5d5fb1b9df3547ebf6a58052 /bison.pri
parent41269ec0ff9406d707cde7fd584331f1cc44943a (diff)
qmake-macx last detected on eigen. (unix=1 on osx). clarify comments.
Diffstat (limited to 'bison.pri')
-rw-r--r--bison.pri3
1 files changed, 2 insertions, 1 deletions
diff --git a/bison.pri b/bison.pri
index 14e2e01..7a63f0e 100644
--- a/bison.pri
+++ b/bison.pri
@@ -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
contact: Jan Huwald // Impressum