diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-01-03 17:21:28 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-01-03 17:21:28 (GMT) |
commit | 277c762912818990f3d7e7e57026c844b5cacfba (patch) | |
tree | b3ea81dd2c6656f7bf45100c434c2268adaa951a /bison.pri | |
parent | 7a044adfb8f7d9a1e64b72fb9a4a873b0449e4f6 (diff) |
changes to enable building on NetBSD
Diffstat (limited to 'bison.pri')
-rw-r--r-- | bison.pri | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -22,6 +22,10 @@ unix:freebsd-g++ { QMAKE_YACC = /usr/local/bin/bison } +unix:netbsd* { + QMAKE_YACC = /usr/pkg/bin/bison +} + unix:linux* { exists(/usr/bin/bison) { QMAKE_YACC = /usr/bin/bison |