Ignore:
Timestamp:
Apr 30, 2008, 6:30:42 PM (18 years ago)
Author:
garnier
Message:

r818@wl-72126: garnier | 2008-04-30 12:42:00 +0200
modif mise a jour sur le cvs

Location:
trunk/geant4/config/sys
Files:
3 edited

Legend:

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

    r780 r790  
    7979  ifndef QTLIBS
    8080    QT3LIBS    := -L$(QTHOME)/lib -lqt -lqui
    81     QT4LIBS    := -D111 -F$(QTHOME)/lib -framework QtCore -framework QtGui -D111_END
     81    QT4LIBS    := -F$(QTHOME)/lib -framework QtCore -framework QtGui
    8282    QT4LIBS    += -framework QtSql -framework QtXml
    8383    QTLIBS     := $(shell test -f $(QTHOME)/Qt3Support.framework/Qt3Support && echo $(QT4LIBS) || echo $(QT3LIBS))
  • trunk/geant4/config/sys/Linux-g++.gmk

    r758 r790  
    6565    QTMOC      := $(QTHOME)/bin/moc
    6666  endif
     67  ifndef QTGLLIBS
     68    QT3LIBS    := -L$(QTHOME)/lib -lqt-mt
     69    QT4LIBS    := -L$(QTHOME)/lib -lQtCore -lQtGui -lQtOpenGL -lQtSql -lQtXml
     70    QTLIBS     := $(shell test -f $(QTHOME)/lib/libQt3Support.so && echo $(QT4LIBS) || echo $(QT3LIBS))
     71  endif
    6772  ifndef QTLIBS
    6873    QT3LIBS    := -L$(QTHOME)/lib -lqt-mt
    69     QT4LIBS    := -L$(QTHOME)/lib -lQtCore -lQtGui -lQtOpenGL -lQtSql -lQtXml
     74    QT4LIBS    := -L$(QTHOME)/lib -lQtCore -lQtGui -lQtSql -lQtXml
    7075    QTLIBS     := $(shell test -f $(QTHOME)/lib/libQt3Support.so && echo $(QT4LIBS) || echo $(QT3LIBS))
    7176  endif
  • trunk/geant4/config/sys/WIN32-VC.gmk

    r758 r790  
    4545  endif
    4646  ifndef QTLIBS
     47    QT3LIBS   := -L$(QTHOME)/lib -lqt-mt
     48    QT4LIBS   := -L$(QTHOME)/lib QtCore4.lib QtGui4.lib QtSql4.lib QtXml4.lib
     49    QTLIBS    := $(shell test -f $(QTHOME)/lib/Qt3Support4.lib && echo $(QT4LIBS) || echo $(QT3LIBS))
     50  endif
     51  ifndef QTGLLIBS
    4752    QT3LIBS   := -L$(QTHOME)/lib -lqt-mt
    4853    QT4LIBS   := -L$(QTHOME)/lib QtCore4.lib QtGui4.lib QtOpenGL4.lib QtSql4.lib QtXml4.lib
Note: See TracChangeset for help on using the changeset viewer.