Skip to content

Commit

Permalink
Add Haiku to supported OS's for default viewers (#1405)
Browse files Browse the repository at this point in the history
  • Loading branch information
Begasus authored Dec 26, 2020
1 parent a8fe201 commit 34ae90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buildmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ QString getCommandLineGhostscript()
return "";
}

#elif defined(Q_WS_X11) || defined(Q_OS_LINUX)
#elif defined(Q_WS_X11) || defined(Q_OS_LINUX) || defined(Q_OS_HAIKU)

// xdvi %.dvi -sourceposition @:%.tex
// kdvi "file:%.dvi#src:@ %.tex"
Expand Down

0 comments on commit 34ae90c

Please sign in to comment.