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

r586@mac-90108: laurentgarnier | 2007-06-07 15:56:17 +0200
et avec la conf, un peu bancal pour le moment

File:
1 edited

Legend:

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

    r492 r493  
    22# -------------------------------------------------------------
    33# GNUmakefile for interfaces/basic library.  John Allison, 6/7/98.
     4
     5ifdef G4UI_USE_QT
     6# This is not  good solution, we have to 'make' twice, but it works...
     7moc :
     8        @$(MOC) -DG4UI_USE_QT include/G4UIQt.hh -o src/G4UIQt_moc.cc
     9endif
    410
    511name := G4UIbasic
     
    713ifndef G4INSTALL
    814  G4INSTALL = ../../..
    9 endif
    10 
    11 ifdef G4UI_USE_QT
    12 moc :
    13         @/usr/local/Qt/4.2.2/bin/moc -DG4UI_USE_QT include/G4UIQt.hh -o src/G4UIQt_moc.cc
    1415endif
    1516
Note: See TracChangeset for help on using the changeset viewer.