From 975ee2bf7414517d461dd0c77ee6de092138e92e Mon Sep 17 00:00:00 2001 From: Benjamin VADANT <bvadant@laas.fr> Date: Fri, 13 Sep 2013 11:26:53 +0200 Subject: [PATCH] [wip/move3d-studio] improving Makefile --- move3d-studio/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/move3d-studio/Makefile b/move3d-studio/Makefile index 3b58c834..9c322643 100644 --- a/move3d-studio/Makefile +++ b/move3d-studio/Makefile @@ -18,9 +18,8 @@ COMMENT= The BioMove3D development studio LICENSE= gnu-gpl-v2 -CMAKE_ARGS+= -DGENERATE_STUDIO=ON CMAKE_ARGS+= -DMOVE3D_QT=ON - +##CMAKE_ARGS+= -DMOVE3D_QT_REMOTE=ON ## Dependencies include ../../math/gbM/depend.mk include ../../motion/softMotion-libs/depend.mk @@ -35,7 +34,7 @@ include ../../wip/sysdep/gts.mk include ../../wip/sysdep/qhull.mk include ../../wip/sysdep/libxpm.mk include ../../wip/sysdep/xforms.mk -include ../../wip/sysdep/qwt.mk +include ../../mk/sysdep/qwt.mk include ../../wip/libmove3d/depend.mk include ../../wip/libmove3d-hri/depend.mk -- GitLab