From b0a5b5a033b44305a240cddc092bbf8db53ecc68 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 31 Mar 2015 11:54:38 +0200 Subject: [PATCH] Change the moc handling for Viewer_interface --- Polyhedron/demo/Polyhedron/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Polyhedron/demo/Polyhedron/CMakeLists.txt b/Polyhedron/demo/Polyhedron/CMakeLists.txt index 35a493b5d68..609154cf40e 100644 --- a/Polyhedron/demo/Polyhedron/CMakeLists.txt +++ b/Polyhedron/demo/Polyhedron/CMakeLists.txt @@ -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)