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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.