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

5eme version de la correction du ticket #99

File:
1 edited

Legend:

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

    r646 r647  
    55# Libraries are created according to G4SYSTEM. G.Cosmo, 11/6/96.
    66# Introduced G4LIBDIR and G4TMPDIR. G.Cosmo, 23/6/98.
     7# Introduced QT moc rule,L. Garnier 12/6/07.
    78
    89ifndef G4LIBDIR
     
    6768# Actual moc files for qt files
    6869#
    69 # moc sources and headers: used for Qt signal/slot constructs in ui code
     70# moc sources and headers: used for Qt signal/slot
    7071# - all headers which use signals/slots have the macro "Q_OBJECT" present
    7172#  in the class definitions; these all need to be processed by the
    7273#  "meta object compiler (moc)" which generates extra source code to
    7374#  implement the signal/slots, i.e., if "foo.h" contains the token "Q_OBJECT"
    74 #  it will be used by moc to generate the file "foo.moc.cpp" (the .moc. is
     75#  it will be used by moc to generate the file "foo_moc.cpp" (the _moc. is
    7576#   just an arbitrary extension to make it easier to identify sources
    76 #   generated by moc). Use 'grep -l' to list all the files containing the token
     77#   generated by moc).
    7778
    7879src/%_moc.cc: include/%.hh
Note: See TracChangeset for help on using the changeset viewer.