From fad194c8d71f8cbef4b1351d757c6eb68513fee6 Mon Sep 17 00:00:00 2001 From: jriegel Date: Mon, 17 Jun 2013 22:18:32 +0200 Subject: [PATCH] Nother fixes --- src/Mod/Machining_Distortion/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Mod/Machining_Distortion/CMakeLists.txt b/src/Mod/Machining_Distortion/CMakeLists.txt index ec8e442a77..d3f796b853 100755 --- a/src/Mod/Machining_Distortion/CMakeLists.txt +++ b/src/Mod/Machining_Distortion/CMakeLists.txt @@ -20,7 +20,9 @@ SET(MachDist_SRCS MachDistAnalysis.py MachDistIsostatic.py MachDistAlignment.py - + Parameter.ui + Material.ui + Aligment.ui ) SOURCE_GROUP("" FILES ${MachDist_SRCS})