Change the moc handling for Viewer_interface

This commit is contained in:
Laurent Rineau 2015-03-31 11:54:38 +02:00
parent 6f075de186
commit b0a5b5a033
1 changed files with 2 additions and 1 deletions

View File

@ -151,7 +151,8 @@ if(CGAL_Qt5_FOUND AND Qt5_FOUND AND OPENGL_FOUND AND QGLVIEWER_FOUND)
add_library(demo_framework SHARED
Scene.cpp
Viewer.cpp #Viewer_moc.cpp Viewer_interface_moc.cpp
Viewer.cpp #Viewer_moc.cpp
Viewer_interface_moc.cpp
Scene_item.cpp #Scene_item.moc
Scene_item_with_display_list.cpp
Polyhedron_demo_plugin_helper.cpp)