Skip to content

Commit

Permalink
Adding missing dependency to Debian devenv build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Nov 5, 2023
1 parent d107c29 commit 692b4f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ gen-ui-class:

.PHONY: devenv-debian
devenv-debian:
sudo apt-get install build-essential zlib1g-dev libhunspell-dev libqt5webkit5-dev qttools5-dev-tools ccache cmake
sudo apt-get install build-essential zlib1g-dev libhunspell-dev libqt5webkit5-dev qttools5-dev-tools ccache cmake debhelper

build: clean
cd .. && qmake -r mindforger.pro && make -j 7
Expand Down
2 changes: 1 addition & 1 deletion build/doc/mf-doc-to-wiki.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# MindForger thinking notebook
#
# Copyright (C) 2016-2022 Martin Dvorak <[email protected]>
# Copyright (C) 2016-2023 Martin Dvorak <[email protected]>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
Expand Down

0 comments on commit 692b4f9

Please sign in to comment.