diff options
author | Paul Olav Tvete <paul.tvete@nokia.com> | 2011-05-11 10:32:46 (GMT) |
---|---|---|
committer | Paul Olav Tvete <paul.tvete@nokia.com> | 2011-05-11 11:06:38 (GMT) |
commit | 68f37a29f911fce5bcdd285b1fc1bc6d4868d78e (patch) | |
tree | 98852b6ea7bd2f84d30187c2d76b56ab4f501ae6 /configure | |
parent | 805a963d315e2f4b7dacc3e15a8ecf33179b6161 (diff) | |
download | Qt-68f37a29f911fce5bcdd285b1fc1bc6d4868d78e.zip Qt-68f37a29f911fce5bcdd285b1fc1bc6d4868d78e.tar.gz Qt-68f37a29f911fce5bcdd285b1fc1bc6d4868d78e.tar.bz2 |
Fix GLES2 include path for applications when not using the dash shell
Backslash escapes normally requires "-e" option to echo
Reviewed-by: Jørgen
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8402,7 +8402,7 @@ if [ -n "$QT_CFLAGS_FPU" ]; then fi if [ -n "$QMAKE_INCDIR_OPENGL_ES2" ]; then - echo "\n#Qt opengl include path" >> "$QTCONFIG.tmp" + echo "#Qt opengl include path" >> "$QTCONFIG.tmp" echo "QMAKE_INCDIR_OPENGL_ES2 = \"$QMAKE_INCDIR_OPENGL_ES2\"" >> "$QTCONFIG.tmp" fi |