Ignore:
Timestamp:
Jun 8, 2007, 4:43:38 PM (17 years ago)
Author:
garnier
Message:

r585@mac-90108: laurentgarnier | 2007-06-07 13:00:56 +0200
debut du moc dans la config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/interfaces/basic/GNUmakefile

    r490 r492  
    99endif
    1010
     11ifdef G4UI_USE_QT
     12moc :
     13        @/usr/local/Qt/4.2.2/bin/moc -DG4UI_USE_QT include/G4UIQt.hh -o src/G4UIQt_moc.cc
     14endif
     15
    1116include $(G4INSTALL)/config/architecture.gmk
    1217include $(G4INSTALL)/config/G4UI_BUILD.gmk
     
    1621CPPFLAGS += -I$(G4BASE)/interfaces/common/include
    1722CPPFLAGS += -I$(G4BASE)/intercoms/include
    18 ifdef G4UI_USE_QT
    19   all := `/usr/local/Qt/4.2.2/bin/moc -DG4UI_USE_QT include/G4UIQt.hh -o src/G4UIQt_moc.cc`
    20 endif
     23
     24
     25
    2126include $(G4INSTALL)/config/common.gmk
Note: See TracChangeset for help on using the changeset viewer.