Skip to content

Commit

Permalink
Check on !mac instead of other archs to decide on inclusion of help
Browse files Browse the repository at this point in the history
In code the check is also on !OSX. Thus the code fails to compile on
architectures not in the list as e.g. kFreeBSD or HURD.
  • Loading branch information
TobiasWinchen committed Oct 9, 2017
1 parent 2d5505d commit 8addb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engauge.pro
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

QT += core gui printsupport widgets xml

win32-*|linux-*|unix-* {
!mac {
QT += help
HEADERS += src/Help/HelpBrowser.h \
src/Help/HelpWindow.h
Expand Down

0 comments on commit 8addb79

Please sign in to comment.