summaryrefslogtreecommitdiffstats
path: root/core/modules/vmchooser2
diff options
context:
space:
mode:
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"