Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 5, 2006, 5:55:49 PM (18 years ago)
Author:
bensch
Message:

Stoeff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/src/lib/gui/qt_gui/Makefile.am

    r7539 r7542  
    1616libORXqtgui_a_SOURCES = \
    1717                qt_gui.cc \
     18                qt_gui_moc.cc \
    1819                qt_gui_elements.cc \
     20                qt_gui_elements_moc.cc \
    1921                \
    2022                gui_video.cc \
     
    3032EXTRA_DIST =
    3133
     34
     35
     36%_moc.cc : %.h
     37        @QT_MOC@ -o $@ $<
     38
     39clean-local:
     40        rm *_moc.cc
Note: See TracChangeset for help on using the changeset viewer.