Ignore:
Timestamp:
Nov 19, 2008, 2:41:24 PM (16 years ago)
Author:
garnier
Message:

change and better Leopard check on Mac OSX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/config/scripts/env.csh.SH

    r689 r886  
    384384endif
    385385
    386 #+
    387 if ( X$g4_qthome != X ) then
    388 setenv QTHOME "$g4_qthome"
    389 echo "On this machine the QTHOME=\$QTHOME"
    390 endif
    391 
    392 
    393386
    394387#+
     
    427420echo "On this machine the XAWLIBS=\$XAWLIBS"
    428421endif
     422
     423
     424#
     425# Qt Flags and Libs, messy, but needed for backward compatibility
     426#+
     427if ( "X$g4ui_build_qt_session" == "Xy" || "X$g4ui_use_qt" == "Xy" )  then
     428setenv QTFLAGS "$g4_qt_cxxflags"
     429setenv QTLIBS "$g4_qt_libs"
     430setenv QTMOC "$g4_qt_moc"
     431echo "On this machine the QTFLAGS=\$QTFLAGS"
     432echo "On this machine the QTLIBS=\$QTLIBS"
     433echo "On this machine the QTMOC=\$QTMOC"
     434endif
     435
     436if ( "X$g4vis_build_openglqt_driver" == "Xy" || "X$g4vis_build_openglqt_driver" == "Xy" )  then
     437if ( "X\$QTFLAGS" == "X" )  then
     438setenv QTFLAGS "$g4_qt_cxxflags $g4_qt_gl_cxxflags"
     439else
     440setenv QTFLAGS "\$QTFLAGS $g4_qt_gl_cxxflags"
     441endif
     442if ( "X\$QTMOC" == "X" )  then
     443setenv QTMOC "$g4_qt_moc"
     444endif
     445setenv GLQTLIBS "$g4_qt_libs $g4_qt_gl_libs"
     446echo "On this machine the QTFLAGS=\$QTFLAGS"
     447echo "On this machine the GLQTLIBS=\$GLQTLIBS"
     448echo "On this machine the QTMOC=\$QTMOC"
     449endif
     450
     451
    429452
    430453
Note: See TracChangeset for help on using the changeset viewer.