Skip to content

Commit

Permalink
Merge branch 'master' into dev/2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Feb 16, 2024
2 parents fe65a88 + 9314eaf commit 580e846
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ gen-ui-class: ## generate UI C++ class skeleton: CLASS_NAME=My_Class
@echo "Generating UI C++ class for name: $(CLASS_NAME)"
./make/gen-cpp-ui-class.py $(CLASS_NAME)

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

#
# build
Expand Down

0 comments on commit 580e846

Please sign in to comment.