Skip to content

Commit

Permalink
Merge pull request #245 from TobiasWinchen/master
Browse files Browse the repository at this point in the history
Check on !mac instead of other archs to decide on inclusion of help
  • Loading branch information
markummitchell authored Oct 10, 2017
2 parents 2d5505d + 8addb79 commit 21a723f
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 21a723f

Please sign in to comment.