summaryrefslogtreecommitdiffstats
path: root/remote/modules/beamergui/module.build
diff options
context:
space:
mode:
authorJonathan Bauer2014-07-04 15:03:06 +0200
committerJonathan Bauer2014-07-04 15:03:06 +0200
commitae42d45b4b46c70a9e1afa7bb2a36bb13e3e0070 (patch)
treeb795ae29a9cd5c0f41abada05aa99a5105d6a2e0 /remote/modules/beamergui/module.build
parent[xdg] make sure xdg-user-dirs-update is disabled (diff)
parentMerge branch 'master' of git://git.openslx.org/openslx-ng/tm-scripts (diff)
downloadtm-scripts-ae42d45b4b46c70a9e1afa7bb2a36bb13e3e0070.tar.gz
tm-scripts-ae42d45b4b46c70a9e1afa7bb2a36bb13e3e0070.tar.xz
tm-scripts-ae42d45b4b46c70a9e1afa7bb2a36bb13e3e0070.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/beamergui/module.build')
-rw-r--r--remote/modules/beamergui/module.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/beamergui/module.build b/remote/modules/beamergui/module.build
index 26059615..2ff35bfc 100644
--- a/remote/modules/beamergui/module.build
+++ b/remote/modules/beamergui/module.build
@@ -13,7 +13,7 @@ build() {
mkdir -p "$MODULE_BUILD_DIR/opt/openslx/bin"
cd "${MODULE_BUILD_DIR}/opt/openslx/bin" || perror "Could not cd!"
pinfo "Running qmake"
- qmake "$SRCDIR/src/beamergui.pro" -r -spec linux-g++ || perror "'qmake' failed (e.g. not installed)."
+ qmake-qt4 "$SRCDIR/src/beamergui.pro" -r -spec linux-g++ || perror "'qmake-qt4' failed (e.g. not installed)."
pinfo "Running make"
make || perror "'make' failed."
}