summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmchooser
diff options
context:
space:
mode:
authorJonathan Bauer2014-04-15 14:00:47 +0200
committerJonathan Bauer2014-04-15 14:00:47 +0200
commit2a3eda5acb6cdf21501ba8ff2aeccd4abc7256a0 (patch)
tree47197ec885b2d8a506a1f6a83c2d94387581e202 /remote/modules/vmchooser
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-2a3eda5acb6cdf21501ba8ff2aeccd4abc7256a0.tar.gz
tm-scripts-2a3eda5acb6cdf21501ba8ff2aeccd4abc7256a0.tar.xz
tm-scripts-2a3eda5acb6cdf21501ba8ff2aeccd4abc7256a0.zip
[qt] update build scripts to always activate qt4
Diffstat (limited to 'remote/modules/vmchooser')
-rw-r--r--remote/modules/vmchooser/module.build5
1 files changed, 4 insertions, 1 deletions
diff --git a/remote/modules/vmchooser/module.build b/remote/modules/vmchooser/module.build
index eb0a2d48..bfad0692 100644
--- a/remote/modules/vmchooser/module.build
+++ b/remote/modules/vmchooser/module.build
@@ -23,7 +23,10 @@ build() {
fi
pinfo "Running cmake"
- ln -sf qt4.conf /usr/share/qtchooser/default.conf
+
+ # activate qt 4
+ activate_qt 4
+
cmake "$SRCDIR" || perror "'cmake $SRCDIR' failed."
make || perror "'make' failed."