diff options
| author | Manuel Schneider | 2013-10-16 14:09:26 +0200 |
|---|---|---|
| committer | Manuel Schneider | 2013-10-16 14:09:26 +0200 |
| commit | 3ce8c355173085bf5da2926d4b501d3e17a797f6 (patch) | |
| tree | 463e67251851cff72b0a93a563a1cba2c6051327 /remote/modules/printergui | |
| parent | [cups] Location specific config files for HSO (diff) | |
| download | tm-scripts-3ce8c355173085bf5da2926d4b501d3e17a797f6.tar.gz tm-scripts-3ce8c355173085bf5da2926d4b501d3e17a797f6.tar.xz tm-scripts-3ce8c355173085bf5da2926d4b501d3e17a797f6.zip | |
[printergui] Changed qmake-qt4 to qmake.
Diffstat (limited to 'remote/modules/printergui')
| -rw-r--r-- | remote/modules/printergui/printergui.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remote/modules/printergui/printergui.build b/remote/modules/printergui/printergui.build index b414230c..f6139ba6 100644 --- a/remote/modules/printergui/printergui.build +++ b/remote/modules/printergui/printergui.build @@ -8,9 +8,9 @@ build() { local SRCDIR="${MODULE_DIR}/src/" mkdir -p "$MODULE_BUILD_DIR/opt/openslx/bin" - cd "${MODULE_BUILD_DIR}/opt/openslx/bin" || perror "Cpdspofj not cd!" + cd "${MODULE_BUILD_DIR}/opt/openslx/bin" || perror "Could not cd!" pinfo "Running qmake" - qmake-qt4 "$SRCDIR/src/printergui.pro" -r -spec linux-g++ || perror "'qmake' failed." + qmake "$SRCDIR/src/printergui.pro" -r -spec linux-g++ || perror "'qmake' failed." pinfo "Running make" make || perror "'make' failed." } |
