summaryrefslogtreecommitdiffstats
path: root/core/modules/vmchooser2
diff options
context:
space:
mode:
authorJonathan Bauer2018-03-21 11:33:54 +0100
committerJonathan Bauer2018-03-21 11:33:54 +0100
commit460c4c19f3915d2b84939c28a2a251847e7e13af (patch)
tree3b54297d80b55d9f86719df7074c045aa1d86ab0 /core/modules/vmchooser2
parent[xorg] add ubuntu 18.04 config (diff)
downloadmltk-460c4c19f3915d2b84939c28a2a251847e7e13af.tar.gz
mltk-460c4c19f3915d2b84939c28a2a251847e7e13af.tar.xz
mltk-460c4c19f3915d2b84939c28a2a251847e7e13af.zip
[vmchooser2] remove active_qt call
which does not seem to do much anyway
Diffstat (limited to 'core/modules/vmchooser2')
-rw-r--r--core/modules/vmchooser2/module.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/modules/vmchooser2/module.build b/core/modules/vmchooser2/module.build
index 6e32bf1c..9abb90de 100644
--- a/core/modules/vmchooser2/module.build
+++ b/core/modules/vmchooser2/module.build
@@ -23,10 +23,6 @@ build() {
fi
pinfo "Running cmake"
-
- # use qt4-dev (in case eg. qt4 and 5 are installed)
- activate_qt 4
-
cmake "$SRCDIR" || perror "'cmake $SRCDIR' failed."
make || perror "'make' failed."
mv "vmchooser" "vmchooser.real" || perror "Could not rename vmchooser binary to vmchooser.real"