Ignore:
Timestamp:
Feb 18, 2008, 6:03:14 PM (16 years ago)
Author:
garnier
Message:

ameliorations pour les MOC

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

Legend:

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

    r689 r726  
    5252  ifndef QTFLAGS
    5353    QTFLAGS   := -I$(QTHOME)/include/Qt -I$(QTHOME)/include
    54     MOC       := $(QTHOME)/bin/moc
     54  endif
     55  ifndef QTMOC
     56    QTMOC       := $(QTHOME)/bin/moc
    5557  endif
    5658  ifndef QTLIBS
  • trunk/geant4/config/sys/Linux-g++.gmk

    r606 r726  
    6161    QTFLAGS   := -I$(QTHOME)/include/Qt
    6262    QTFLAGS   += -I$(QTHOME)/include
    63     MOC       := $(QTHOME)/bin/moc
     63  endif
     64  ifndef QTMOC
     65    QTMOC       := $(QTHOME)/bin/moc
    6466  endif
    6567  ifndef QTLIBS
  • trunk/geant4/config/sys/WIN32-VC.gmk

    r689 r726  
    4040  ifndef QTFLAGS
    4141    QTFLAGS   := -I$(QTHOME)/include/Qt -I$(QTHOME)/include
    42     MOC       := $(QTHOME)/bin/moc
     42  endif
     43  ifndef QTMOC
     44    QTMOC       := $(QTHOME)/bin/moc
    4345  endif
    4446  ifndef QTLIBS
Note: See TracChangeset for help on using the changeset viewer.