moc'ed the wrong file

This commit is contained in:
Andreas Fabri 2008-09-26 07:20:09 +00:00
parent 393c1cc458
commit 3a428f0b45
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ if ( CGAL_FOUND AND QT3_FOUND )
# use the Qt MOC preprocessor on classes that derives from QObject
include( Qt3Macros-patched )
qt3_generate_moc( snap_rounding_2_toolbar.h snap_rounding_2_toolbar.moc )
qt3_generate_moc( snap_rounding_2.h snap_rounding_2.moc )
qt3_generate_moc( snap_rounding_2.cpp snap_rounding_2.moc )
# The executable itself.