Changeset 996


Ignore:
Timestamp:
Apr 17, 2009, 3:17:42 PM (15 years ago)
Author:
garnier
Message:

en test pour moc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Configure

    r995 r996  
    25562556        echo "checking for moc... found \$g4_qtmoc version \$g4_qt_moc_major_version"
    25572557
     2558        if test '$g4_qt_major_ver' = '$g4_qt_moc_major_version' ; then
     2559            g4_havegoodqt=yes
     2560        else
     2561            echo "checking for moc... found \$g4_qt_moc for Qt version \$g4_qt_moc_major_version, but Qt \$g4_qt_major_ver path is used. Please update/move \$g4_qt_moc to Qt \$g4_qt_major_ver"
     2562            g4_havegoodqt=no
     2563        fi
    25582564        ## THIS IS POINT AT WHICH TO DO FALLBACK TESTS I.E DOES
    25592565        ## COMPILATION OF SMALL TEST PROGRAM WORK - THEN HEADERS AND
     
    25992605
    26002606            g4_qt_moc=\$g4_qtmoc
    2601             if test '$g4_qt_version' = '$g4_qt_moc_major_version' ; then
    2602                 g4_qt_is_configured=yes
    2603             else
    2604                 echo "checking for moc... found \$g4_qt_moc for Qt version \$g4_qt_moc_major_version, but Qt \$g4_qt_version path is used. Please update/move \$g4_qt_moc to Qt \$g4_qt_version"
    2605                 g4_qt_is_configured=''
    2606             fi
     2607            g4_qt_is_configured=yes
    26072608        else
    26082609            g4_qt_is_configured=''
Note: See TracChangeset for help on using the changeset viewer.