diff options
author | Simon Rettberg | 2017-11-16 11:13:57 +0100 |
---|---|---|
committer | root | 2017-11-16 11:13:57 +0100 |
commit | a35e304b0dd4159b58b52639d59a9693d42ec545 (patch) | |
tree | 6d35b8a27e77a9bdba6d60a6f0144f95b053980b /core/modules/beamergui | |
parent | [qt] fix bad symlink source (diff) | |
download | mltk-a35e304b0dd4159b58b52639d59a9693d42ec545.tar.gz mltk-a35e304b0dd4159b58b52639d59a9693d42ec545.tar.xz mltk-a35e304b0dd4159b58b52639d59a9693d42ec545.zip |
[*] qt4 -> qt5
Diffstat (limited to 'core/modules/beamergui')
-rw-r--r-- | core/modules/beamergui/module.conf.ubuntu | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/core/modules/beamergui/module.conf.ubuntu b/core/modules/beamergui/module.conf.ubuntu index c7c4e2c1..044381e1 100644 --- a/core/modules/beamergui/module.conf.ubuntu +++ b/core/modules/beamergui/module.conf.ubuntu @@ -1,9 +1,8 @@ #!/bin/bash REQUIRED_INSTALLED_PACKAGES=" -libqt4-dev -libxrandr-dev + libqt5gui5 + libxrandr-dev " REQUIRED_CONTENT_PACKAGES=" -libqt4-dev -libxrandr-dev + libxrandr-dev " |