Changeset 651 for trunk/configure


Ignore:
Timestamp:
Mar 8, 2010, 12:52:58 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.2 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/configure

    r561 r651  
    22#############################################################################
    33##
    4 ## Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     4## Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
    55## All rights reserved.
    66## Contact: Nokia Corporation (qt-info@nokia.com)
     
    116116            current_dir=`dirname "$1"`
    117117            conf_file="$current_dir/$inc_file"
    118             if [ ! -e  "$conf_file" ]; then
     118            if [ ! -f  "$conf_file" ]; then
    119119                echo "WARNING: Unable to find file $conf_file" >&2
    120120                continue
     
    22582258        echo "#!/bin/sh" >"$outpath/bin/syncqt"
    22592259        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"
    22612261        chmod 755 "$outpath/bin/syncqt"
    22622262    fi
     
    22792279
    22802280# symlink fonts to be able to run application from build directory
    2281 if [ "$PLATFORM_QWS" = "yes" ] && [ ! -e "${outpath}/lib/fonts" ]; then
     2281if [ "$PLATFORM_QWS" = "yes" ] && [ ! -d "${outpath}/lib/fonts" ]; then
    22822282    if [ "$PLATFORM" = "$XPLATFORM" ]; then
    22832283        mkdir -p "${outpath}/lib"
     
    51085108            echo "The OpenGL ES 1.x Common Lite Profile functionality test failed!"
    51095109            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"
    51115111            echo " ${XQMAKESPEC}."
    51125112            exit 1
     
    51185118            echo "The OpenGL ES 1.x functionality test failed!"
    51195119            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_OPENGL in"
     5120            echo " QMAKE_INCDIR_OPENGL_ES1, QMAKE_LIBDIR_OPENGL_ES1 and QMAKE_LIBS_OPENGL_ES1 in"
    51215121            echo " ${XQMAKESPEC}."
    51225122            exit 1
     
    51285128            echo "The OpenGL ES 2.0 functionality test failed!"
    51295129            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_OPENGL in"
     5130            echo " QMAKE_INCDIR_OPENGL_ES2, QMAKE_LIBDIR_OPENGL_ES2 and QMAKE_LIBS_OPENGL_ES2 in"
    51315131            echo " ${XQMAKESPEC}."
    51325132            exit 1
Note: See TracChangeset for help on using the changeset viewer.