diff options
Diffstat (limited to 'tqtinterface/qt4/config.tests/x11')
-rwxr-xr-x | tqtinterface/qt4/config.tests/x11/opengl.test | 4 | ||||
-rwxr-xr-x | tqtinterface/qt4/config.tests/x11/sm.test | 2 | ||||
-rwxr-xr-x | tqtinterface/qt4/config.tests/x11/xcursor.test | 6 | ||||
-rwxr-xr-x | tqtinterface/qt4/config.tests/x11/xfreetype.test | 12 | ||||
-rwxr-xr-x | tqtinterface/qt4/config.tests/x11/xinerama.test | 4 | ||||
-rwxr-xr-x | tqtinterface/qt4/config.tests/x11/xinput.test | 4 | ||||
-rwxr-xr-x | tqtinterface/qt4/config.tests/x11/xkb.test | 2 | ||||
-rwxr-xr-x | tqtinterface/qt4/config.tests/x11/xrandr.test | 6 | ||||
-rwxr-xr-x | tqtinterface/qt4/config.tests/x11/xrender.test | 4 | ||||
-rwxr-xr-x | tqtinterface/qt4/config.tests/x11/xshape.test | 2 |
10 files changed, 23 insertions, 23 deletions
diff --git a/tqtinterface/qt4/config.tests/x11/opengl.test b/tqtinterface/qt4/config.tests/x11/opengl.test index 463df62..328a7a8 100755 --- a/tqtinterface/qt4/config.tests/x11/opengl.test +++ b/tqtinterface/qt4/config.tests/x11/opengl.test @@ -63,7 +63,7 @@ for L in $LIBS; do echo "The Qt OpenGL module requires Qt to be configured with -thread." echo else - [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $L lib anywhere in $LIBDIRS" + [ "$VERBOSE" = "yes" ] && echo " Could not find $L lib anywhere in $LIBDIRS" fi break fi @@ -87,7 +87,7 @@ if [ "$OPENGL" = "yes" ]; then done if [ -z "$F" ]; then OPENGL=no - [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $I anywhere in $INCDIRS" + [ "$VERBOSE" = "yes" ] && echo " Could not find $I anywhere in $INCDIRS" break fi done diff --git a/tqtinterface/qt4/config.tests/x11/sm.test b/tqtinterface/qt4/config.tests/x11/sm.test index a1ad33b..ad99d0e 100755 --- a/tqtinterface/qt4/config.tests/x11/sm.test +++ b/tqtinterface/qt4/config.tests/x11/sm.test @@ -35,7 +35,7 @@ if [ "$SM" = "yes" ]; then done if [ -z "$F" ]; then SM=no - [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $INC anywhere in $INCDIRS" + [ "$VERBOSE" = "yes" ] && echo " Could not find $INC anywhere in $INCDIRS" fi fi diff --git a/tqtinterface/qt4/config.tests/x11/xcursor.test b/tqtinterface/qt4/config.tests/x11/xcursor.test index 0f8a71e..514e33c 100755 --- a/tqtinterface/qt4/config.tests/x11/xcursor.test +++ b/tqtinterface/qt4/config.tests/x11/xcursor.test @@ -39,7 +39,7 @@ for LIBDIR in $LIBDIRS; do done if [ -z "$F" ]; then XCURSOR=no - [ "$VERBOSE" = "yes" ] && echo " Could not tqfind Xcursor lib anywhere in $LIBDIRS" + [ "$VERBOSE" = "yes" ] && echo " Could not find Xcursor lib anywhere in $LIBDIRS" fi # check for Xcursor.h @@ -60,7 +60,7 @@ if [ "$XCURSOR" = "yes" ]; then if [ -z "$F" ] then XCURSOR=no - [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $INC anywhere in $INCDIRS" + [ "$VERBOSE" = "yes" ] && echo " Could not find $INC anywhere in $INCDIRS" fi fi @@ -71,7 +71,7 @@ if [ "$XCURSOR" = "yes" ]; then if [ -z "$XCURSOR_MAJOR" -o -z "$XCURSOR_MINOR" ]; then XCURSOR=no [ "$VERBOSE" = "yes" ] && \ - echo " Could not tqfind Xcursor version." + echo " Could not find Xcursor version." elif [ "$XCURSOR_MAJOR" != "1" ]; then XCURSOR=no [ "$VERBOSE" = "yes" ] && \ diff --git a/tqtinterface/qt4/config.tests/x11/xfreetype.test b/tqtinterface/qt4/config.tests/x11/xfreetype.test index 16a93cb..5cabc32 100755 --- a/tqtinterface/qt4/config.tests/x11/xfreetype.test +++ b/tqtinterface/qt4/config.tests/x11/xfreetype.test @@ -54,7 +54,7 @@ for LIB in $LIBS; do done if [ -z "$F" ]; then XFT=no - [ "$VERBOSE" = "yes" ] && echo " Could not tqfind Xft lib anywhere in $LIBDIRS" + [ "$VERBOSE" = "yes" ] && echo " Could not find Xft lib anywhere in $LIBDIRS" fi LIBXFT="-l$F -lfreetype" @@ -78,7 +78,7 @@ if [ "$XFT" = "yes" ]; then done if [ -z "$F" ]; then XFT=no - [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $INC anywhere in $INCDIRS" + [ "$VERBOSE" = "yes" ] && echo " Could not find $INC anywhere in $INCDIRS" fi fi @@ -94,7 +94,7 @@ if [ "$XFT" = "yes" ]; then fi fi -# tqfind XftFreetype.h if using Xft1 +# find XftFreetype.h if using Xft1 if [ "$XFT" = "yes" ] && [ "$XFT2" = "no" ]; then INC="X11/Xft/XftFreetype.h" XDIRS=`sed -n -e '/^QMAKE_INCDIR_X11[ ]*=/ { s/[^=]*=[ ]*//; s/-I/ /g; p; }' $XCONFIG` @@ -109,7 +109,7 @@ if [ "$XFT" = "yes" ] && [ "$XFT2" = "no" ]; then done if [ -z "$F" ]; then XFT=no - [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $INC anywhere in $INCDIRS" + [ "$VERBOSE" = "yes" ] && echo " Could not find $INC anywhere in $INCDIRS" fi fi @@ -142,7 +142,7 @@ if [ "$XFT" = "yes" ]; then done if [ -z "$F" ]; then XFT=no - [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $INC anywhere in $INCDIRS" + [ "$VERBOSE" = "yes" ] && echo " Could not find $INC anywhere in $INCDIRS" fi fi @@ -162,7 +162,7 @@ if [ "$XFT" = "yes" ] && [ "$XFT2" = "yes" ]; then done if [ -z "$F" ]; then XFT=no - [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $INC anywhere in $INCDIRS" + [ "$VERBOSE" = "yes" ] && echo " Could not find $INC anywhere in $INCDIRS" fi fi diff --git a/tqtinterface/qt4/config.tests/x11/xinerama.test b/tqtinterface/qt4/config.tests/x11/xinerama.test index 428e0f1..dc01558 100755 --- a/tqtinterface/qt4/config.tests/x11/xinerama.test +++ b/tqtinterface/qt4/config.tests/x11/xinerama.test @@ -40,7 +40,7 @@ done if [ -z "$F" ]; then XINERAMA=no if [ "$VERBOSE" = "yes" ]; then - echo " Could not tqfind Xinerama lib anywhere in $LIBDIRS" + echo " Could not find Xinerama lib anywhere in $LIBDIRS" fi fi @@ -60,7 +60,7 @@ if [ "$XINERAMA" = "yes" ]; then if [ -z "$F" ]; then XINERAMA=no if [ "$VERBOSE" = "yes" ]; then - echo " Could not tqfind $INC anywhere in $INCDIRS" + echo " Could not find $INC anywhere in $INCDIRS" fi fi fi diff --git a/tqtinterface/qt4/config.tests/x11/xinput.test b/tqtinterface/qt4/config.tests/x11/xinput.test index d63fb7f..c8b3e08 100755 --- a/tqtinterface/qt4/config.tests/x11/xinput.test +++ b/tqtinterface/qt4/config.tests/x11/xinput.test @@ -39,7 +39,7 @@ for LIBDIR in $LIBDIRS; do done if [ -z "$F" ]; then XINPUT=no - [ "VERBOSE" = "yes" ] && echo " Could not tqfind XInput lib anywhere in $LIBDIRS" + [ "VERBOSE" = "yes" ] && echo " Could not find XInput lib anywhere in $LIBDIRS" fi # check for XInput.h and the IRIX wacom.h @@ -59,7 +59,7 @@ if [ "$XINPUT" = "yes" ]; then done if [ -z "$F" ]; then XINPUT=no - [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $I anywhere in $INCDIRS" + [ "$VERBOSE" = "yes" ] && echo " Could not find $I anywhere in $INCDIRS" fi done fi diff --git a/tqtinterface/qt4/config.tests/x11/xkb.test b/tqtinterface/qt4/config.tests/x11/xkb.test index 2d150d7..5560b08 100755 --- a/tqtinterface/qt4/config.tests/x11/xkb.test +++ b/tqtinterface/qt4/config.tests/x11/xkb.test @@ -71,7 +71,7 @@ if [ "$XKB" = "yes" ]; then if [ -z "$F" ]; then XKB=no if [ "$VERBOSE" = "yes" ]; then - echo " Could not tqfind $INC anywhere in $INCDIRS" + echo " Could not find $INC anywhere in $INCDIRS" fi fi fi diff --git a/tqtinterface/qt4/config.tests/x11/xrandr.test b/tqtinterface/qt4/config.tests/x11/xrandr.test index 1464069..66a05c5 100755 --- a/tqtinterface/qt4/config.tests/x11/xrandr.test +++ b/tqtinterface/qt4/config.tests/x11/xrandr.test @@ -39,7 +39,7 @@ for LIBDIR in $LIBDIRS; do done if [ -z "$F" ]; then XRANDR=no - [ "$VERBOSE" = "yes" ] && echo " Could not tqfind XRandR lib anywhere in $LIBDIRS" + [ "$VERBOSE" = "yes" ] && echo " Could not find XRandR lib anywhere in $LIBDIRS" fi # check for Xrandr.h and randr.h @@ -63,7 +63,7 @@ if [ "$XRANDR" = "yes" ]; then if [ -z "$F" ] then XRANDR=no - [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $INC anywhere in $INCDIRS" + [ "$VERBOSE" = "yes" ] && echo " Could not find $INC anywhere in $INCDIRS" fi fi @@ -74,7 +74,7 @@ if [ "$XRANDR" = "yes" ]; then if [ -z "$XRANDR_MAJOR" -o -z "$XRANDR_MINOR" ]; then XRANDR=no [ "$VERBOSE" = "yes" ] && \ - echo " Could not tqfind XRandR version." + echo " Could not find XRandR version." elif [ "$XRANDR_MAJOR" != "1" -o "$XRANDR_MINOR" -lt "1" ]; then XRANDR=no [ "$VERBOSE" = "yes" ] && \ diff --git a/tqtinterface/qt4/config.tests/x11/xrender.test b/tqtinterface/qt4/config.tests/x11/xrender.test index 5655299..64ccc20 100755 --- a/tqtinterface/qt4/config.tests/x11/xrender.test +++ b/tqtinterface/qt4/config.tests/x11/xrender.test @@ -39,7 +39,7 @@ for LIBDIR in $LIBDIRS; do done if [ -z "$F" ]; then XRENDER=no - [ "$VERBOSE" = "yes" ] && echo " Could not tqfind XRender lib anywhere in $LIBDIRS" + [ "$VERBOSE" = "yes" ] && echo " Could not find XRender lib anywhere in $LIBDIRS" fi # check for headers @@ -58,7 +58,7 @@ if [ "$XRENDER" = "yes" ]; then if [ -z "$F" ] then XRENDER=no - [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $INC anywhere in $INCDIRS" + [ "$VERBOSE" = "yes" ] && echo " Could not find $INC anywhere in $INCDIRS" fi fi diff --git a/tqtinterface/qt4/config.tests/x11/xshape.test b/tqtinterface/qt4/config.tests/x11/xshape.test index 447d12c..4fae606 100755 --- a/tqtinterface/qt4/config.tests/x11/xshape.test +++ b/tqtinterface/qt4/config.tests/x11/xshape.test @@ -40,7 +40,7 @@ for I in $INCS; do done if [ -z "$F" ]; then XSHAPE=no - [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $I anywhere in $INCDIRS" + [ "$VERBOSE" = "yes" ] && echo " Could not find $I anywhere in $INCDIRS" fi done |