Ignore:
Timestamp:
Apr 15, 2008, 3:38:47 PM (18 years ago)
Author:
garnier
Message:

remise à jour de config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/config/sys/Darwin-g++.gmk

    r758 r766  
    8080    QT3LIBS    := -L$(QTHOME)/lib -lqt -lqui
    8181    QT4LIBS    := -F$(QTHOME)/lib -framework QtCore -framework QtGui
     82    QT4LIBS    += -framework -framework QtSql -framework QtXml
     83    QTLIBS     := $(shell test -f $(QTHOME)/Qt3Support.framework/Qt3Support && echo $(QT4LIBS) || echo $(QT3LIBS))
     84  endif
     85
     86  ifndef GLQTLIBS
     87    QT3LIBS    := -L$(QTHOME)/lib -lqt -lqui
     88    QT4LIBS    := -F$(QTHOME) -framework QtCore -framework QtGui
    8289    QT4LIBS    += -framework QtOpenGL -framework QtSql -framework QtXml
    83     QTLIBS     := $(shell test -f $(QTHOME)/lib/Qt3Support.framework/Qt3Support && echo $(QT4LIBS) || echo $(QT3LIBS))
     90    QTLIBS     := $(shell test -f $(QTHOME)/Qt3Support.framework/Qt3Support && echo $(QT4LIBS) || echo $(QT3LIBS))
    8491  endif
    8592
     
    8794    @libdir=`(cd $(@D);/bin/pwd)`; \
    8895     cd $(G4TMPDIR); \
     96     echo $(INTYLIBS); \
    8997     g++ -dynamiclib -single_module -undefined dynamic_lookup \
    9098         -o $$libdir/$(@F) $(INTYLIBS) *.o
Note: See TracChangeset for help on using the changeset viewer.