Changeset 651 for trunk/configure
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.2 (added) merged: 650 /branches/vendor/nokia/qt/current merged: 649 /branches/vendor/nokia/qt/4.6.1 removed
- Property svn:mergeinfo changed
-
trunk/configure
r561 r651 2 2 ############################################################################# 3 3 ## 4 ## Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).4 ## Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). 5 5 ## All rights reserved. 6 6 ## Contact: Nokia Corporation (qt-info@nokia.com) … … 116 116 current_dir=`dirname "$1"` 117 117 conf_file="$current_dir/$inc_file" 118 if [ ! - e"$conf_file" ]; then118 if [ ! -f "$conf_file" ]; then 119 119 echo "WARNING: Unable to find file $conf_file" >&2 120 120 continue … … 2258 2258 echo "#!/bin/sh" >"$outpath/bin/syncqt" 2259 2259 echo "QTDIR=\"$relpath\"; export QTDIR" >>"$outpath/bin/syncqt" 2260 echo "perl \"$relpath/bin/syncqt\" -outdir \"$outpath\" $*" >>"$outpath/bin/syncqt"2260 echo "perl \"$relpath/bin/syncqt\" -outdir \"$outpath\" \"\$@\"" >>"$outpath/bin/syncqt" 2261 2261 chmod 755 "$outpath/bin/syncqt" 2262 2262 fi … … 2279 2279 2280 2280 # symlink fonts to be able to run application from build directory 2281 if [ "$PLATFORM_QWS" = "yes" ] && [ ! - e"${outpath}/lib/fonts" ]; then2281 if [ "$PLATFORM_QWS" = "yes" ] && [ ! -d "${outpath}/lib/fonts" ]; then 2282 2282 if [ "$PLATFORM" = "$XPLATFORM" ]; then 2283 2283 mkdir -p "${outpath}/lib" … … 5108 5108 echo "The OpenGL ES 1.x Common Lite Profile functionality test failed!" 5109 5109 echo " You might need to modify the include and library search paths by editing" 5110 echo " QMAKE_INCDIR_OPENGL , QMAKE_LIBDIR_OPENGL and QMAKE_LIBS_OPENGL in"5110 echo " QMAKE_INCDIR_OPENGL_ES1CL, QMAKE_LIBDIR_OPENGL_ES1CL and QMAKE_LIBS_OPENGL_ES1CL in" 5111 5111 echo " ${XQMAKESPEC}." 5112 5112 exit 1 … … 5118 5118 echo "The OpenGL ES 1.x functionality test failed!" 5119 5119 echo " You might need to modify the include and library search paths by editing" 5120 echo " QMAKE_INCDIR_OPENGL , QMAKE_LIBDIR_OPENGL and QMAKE_LIBS_OPENGLin"5120 echo " QMAKE_INCDIR_OPENGL_ES1, QMAKE_LIBDIR_OPENGL_ES1 and QMAKE_LIBS_OPENGL_ES1 in" 5121 5121 echo " ${XQMAKESPEC}." 5122 5122 exit 1 … … 5128 5128 echo "The OpenGL ES 2.0 functionality test failed!" 5129 5129 echo " You might need to modify the include and library search paths by editing" 5130 echo " QMAKE_INCDIR_OPENGL , QMAKE_LIBDIR_OPENGL and QMAKE_LIBS_OPENGLin"5130 echo " QMAKE_INCDIR_OPENGL_ES2, QMAKE_LIBDIR_OPENGL_ES2 and QMAKE_LIBS_OPENGL_ES2 in" 5131 5131 echo " ${XQMAKESPEC}." 5132 5132 exit 1
Note:
See TracChangeset
for help on using the changeset viewer.