mirror of https://github.com/CGAL/cgal
Change the moc handling for Viewer_interface
This commit is contained in:
parent
6f075de186
commit
b0a5b5a033
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue