From a35e304b0dd4159b58b52639d59a9693d42ec545 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 16 Nov 2017 11:13:57 +0100 Subject: [*] qt4 -> qt5 --- core/modules/vmchooser2/module.conf.ubuntu | 5 +++-- core/modules/vmchooser2/module.conf.ubuntu.17 | 7 +++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 core/modules/vmchooser2/module.conf.ubuntu.17 (limited to 'core/modules/vmchooser2') diff --git a/core/modules/vmchooser2/module.conf.ubuntu b/core/modules/vmchooser2/module.conf.ubuntu index 1e09c702..286d01f1 100644 --- a/core/modules/vmchooser2/module.conf.ubuntu +++ b/core/modules/vmchooser2/module.conf.ubuntu @@ -1,5 +1,6 @@ #!/bin/bash REQUIRED_INSTALLED_PACKAGES=" - cmake - libqt4-dev + cmake + libqt5gui5 + qttools5-dev " diff --git a/core/modules/vmchooser2/module.conf.ubuntu.17 b/core/modules/vmchooser2/module.conf.ubuntu.17 new file mode 100644 index 00000000..597eb825 --- /dev/null +++ b/core/modules/vmchooser2/module.conf.ubuntu.17 @@ -0,0 +1,7 @@ +#!/bin/bash +REQUIRED_INSTALLED_PACKAGES=" + cmake + libqt5gui5 + libqt5x11extras5-dev + qttools5-dev-tools +" -- cgit v1.2.3-55-g7522