summaryrefslogtreecommitdiffstats
path: root/remote/modules/beamergui
diff options
context:
space:
mode:
authorManuel Schneider2014-04-16 13:51:22 +0200
committerManuel Schneider2014-04-16 13:51:22 +0200
commit9f0d10acc39412d9418c22d120f5c5b7b92cc206 (patch)
treeea2dc272b14bd767ec6fc81022b22d7dbf418fb3 /remote/modules/beamergui
parent[beamergui] moved modesetterscript to xSession. Fixed logbug (diff)
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-9f0d10acc39412d9418c22d120f5c5b7b92cc206.tar.gz
tm-scripts-9f0d10acc39412d9418c22d120f5c5b7b92cc206.tar.xz
tm-scripts-9f0d10acc39412d9418c22d120f5c5b7b92cc206.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/beamergui')
-rw-r--r--remote/modules/beamergui/module.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/remote/modules/beamergui/module.build b/remote/modules/beamergui/module.build
index 837a2e38..26059615 100644
--- a/remote/modules/beamergui/module.build
+++ b/remote/modules/beamergui/module.build
@@ -7,6 +7,9 @@ fetch_source() {
build() {
local SRCDIR="${MODULE_DIR}/src/"
+ # first activate qt 4
+ activate_qt 4
+
mkdir -p "$MODULE_BUILD_DIR/opt/openslx/bin"
cd "${MODULE_BUILD_DIR}/opt/openslx/bin" || perror "Could not cd!"
pinfo "Running qmake"