diff options
author | Jonathan Bauer | 2018-02-27 14:48:29 +0100 |
---|---|---|
committer | Jonathan Bauer | 2018-02-27 14:48:29 +0100 |
commit | b3a5f0f90be936edbde6713d84924b8a6529a41c (patch) | |
tree | 606deea6862ad3eff199d91e7969804c49ed08e0 /core/modules/beamergui | |
parent | add tmp/chroot, tmp/work and sort .gitignore (diff) | |
download | mltk-b3a5f0f90be936edbde6713d84924b8a6529a41c.tar.gz mltk-b3a5f0f90be936edbde6713d84924b8a6529a41c.tar.xz mltk-b3a5f0f90be936edbde6713d84924b8a6529a41c.zip |
[beamergui] add qttools5-dev for linguist (cmake)
Diffstat (limited to 'core/modules/beamergui')
-rw-r--r-- | core/modules/beamergui/module.conf.ubuntu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/modules/beamergui/module.conf.ubuntu b/core/modules/beamergui/module.conf.ubuntu index 57fc742a..f13ea924 100644 --- a/core/modules/beamergui/module.conf.ubuntu +++ b/core/modules/beamergui/module.conf.ubuntu @@ -5,6 +5,7 @@ REQUIRED_INSTALLED_PACKAGES=" qt5-qmake qtbase5-dev qtbase5-dev-tools + qttools5-dev qttools5-dev-tools " REQUIRED_CONTENT_PACKAGES=" |