Changeset 645 for trunk


Ignore:
Timestamp:
Dec 7, 2007, 3:36:32 PM (17 years ago)
Author:
garnier
Message:

3eme version de la correction du ticket #99

Location:
trunk/geant4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/config/common.gmk

    r644 r645  
    1010endif
    1111G4TMPDIR := $(G4TMP)/$(G4SYSTEM)/$(name)
    12 MOC_HDRS = $(shell grep -l "Q_OBJECT" include/*.hh )
     12moc_inc = $(shell grep -l "Q_OBJECT" include/*.hh )
    1313
    14 moc_files := $(patsubst include/%.hh, src/%_moc.cc, $(MOC_HDRS))
     14moc_files := $(patsubst include/%.hh, src/%_moc.cc, $(moc_inc))
    1515sources := $(wildcard src/*.cc)
    1616sources += $(moc_files)
     
    9898# .PHONY targets are executed regardless of time-stamp of any file of
    9999# same name.
    100 .PHONY: all moc_files obj lib clean clean_libs includes
     100.PHONY: all moc_inc obj lib clean clean_libs includes
    101101
    102102obj: $(G4TMPDIR)/obj.last
  • trunk/geant4/visualization/OpenGL/src/G4OpenGLQtExportDialog_moc.cc

    r644 r645  
    22** Meta object code from reading C++ file 'G4OpenGLQtExportDialog.hh'
    33**
    4 ** Created: Fri Dec 7 15:36:05 2007
     4** Created: Fri Dec 7 15:39:13 2007
    55**      by: The Qt Meta Object Compiler version 59 (Qt 4.2.2)
    66**
Note: See TracChangeset for help on using the changeset viewer.