diff options
| author | Jonathan Bauer | 2014-04-15 14:00:47 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-04-15 14:00:47 +0200 |
| commit | 2a3eda5acb6cdf21501ba8ff2aeccd4abc7256a0 (patch) | |
| tree | 47197ec885b2d8a506a1f6a83c2d94387581e202 /remote/modules/printergui | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-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/printergui')
| -rw-r--r-- | remote/modules/printergui/module.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/remote/modules/printergui/module.build b/remote/modules/printergui/module.build index 2ee49154..869e8716 100644 --- a/remote/modules/printergui/module.build +++ b/remote/modules/printergui/module.build @@ -11,6 +11,9 @@ build() { local SRCDIR="${MODULE_DIR}/src/" local DESTDIR="$MODULE_BUILD_DIR/opt/openslx/cups" + # first activate qt 4 + activate_qt 4 + mkdir -p "$DESTDIR" cd "$DESTDIR" || perror "Could not cd to $DESTDIR!" pinfo "Running cmake" |
