From ae584e8ec892ff400b7c7167fbf70d5ec8c61c60 Mon Sep 17 00:00:00 2001 From: wmayer Date: Mon, 30 Mar 2015 23:07:34 +0200 Subject: [PATCH] + implement mechanism to connect QAction signal with class method --- src/Gui/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Gui/CMakeLists.txt b/src/Gui/CMakeLists.txt index 988653d2a..a9196aff9 100644 --- a/src/Gui/CMakeLists.txt +++ b/src/Gui/CMakeLists.txt @@ -133,6 +133,7 @@ endif(FREECAD_USE_3DCONNEXION) set(Gui_MOC_HDRS Action.h + ActionFunction.h Assistant.h CallTips.h CombiView.h @@ -296,6 +297,7 @@ SOURCE_GROUP("Uic" FILES ${Gui_UIC_HDRS}) # The command sources SET(Command_CPP_SRCS Action.cpp + ActionFunction.cpp Command.cpp CommandDoc.cpp CommandFeat.cpp @@ -308,6 +310,7 @@ SET(Command_CPP_SRCS SET(Command_SRCS ${Command_CPP_SRCS} Action.h + ActionFunction.h Command.h ) SOURCE_GROUP("Command" FILES ${Command_SRCS}) @@ -660,7 +663,7 @@ SET(View3D_CPP_SRCS View3DInventorExamples.cpp View3DInventorViewer.cpp View3DInventorRiftViewer.cpp - CoinRiftWidget.cpp + CoinRiftWidget.cpp View3DPy.cpp View3DViewerPy.cpp )