Ignore:
Timestamp:
Nov 7, 2014, 5:23:02 PM (11 years ago)
Author:
Dmitry A. Kuminov
Message:

vendor: Import qt-everywhere-opensource-src-4.8.6 from Digia (excluding doc/html and doc/qch dirs generated from doc/src, and imports and templates dirs which are emtpy).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/vendor/nokia/qt/current/config.tests/mac/crc.test

    r844 r1156  
    1515INCLUDEPATH=""
    1616CXXFLAGS=""
     17
     18
    1719while [ "$#" -gt 0 ]; do
    1820    PARAM=$1
     
    2022    -framework)
    2123        LFLAGS="$LFLAGS -framework \"$2\""
     24
     25
     26
     27
     28
     29
     30
     31
     32
     33
    2234        shift
    2335        ;;
     
    5466
    5567$MAKE distclean >/dev/null 2>&1
    56 "$OUTDIR/bin/qmake" -nocache -spec "$QMKSPEC" "CONFIG+=$QMAKE_CONFIG" "LIBS*=$LFLAGS" "INCLUDEPATH*=$INCLUDEPATH" "QMAKE_CXXFLAGS*=$CXXFLAGS" "QT_BUILD_TREE=$OUTDIR" "$SRCDIR/$TEST/$EXE.pro" -o "$OUTDIR/$TEST/Makefile"
     68"$OUTDIR/bin/qmake" -nocache -spec "$QMKSPEC" "CONFIG+=$QMAKE_CONFIG" "LIBS*=$LFLAGS" "CXXFLAGS" "QT_BUILD_TREE=$OUTDIR" "$SRCDIR/$TEST/$EXE.pro" -o "$OUTDIR/$TEST/Makefile"
    5769
    5870if [ "$VERBOSE" = "yes" ]; then
Note: See TracChangeset for help on using the changeset viewer.