From: gdd Date: Tue, 8 Nov 2011 10:56:52 +0000 (+0000) Subject: rnc: removed dependance of GUI to OpenCV X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f8ad7292af62e9ca24036a0d0f614233940420e7;p=modules%2Fgui.git rnc: removed dependance of GUI to OpenCV --- diff --git a/adm_local/unix/config_files/Makefile.am b/adm_local/unix/config_files/Makefile.am index 6bc6dbe1b..18a58c12d 100644 --- a/adm_local/unix/config_files/Makefile.am +++ b/adm_local/unix/config_files/Makefile.am @@ -39,5 +39,4 @@ check_sip.m4 \ check_SupervGraphViewer.m4 \ check_VTKViewer.m4 \ check_QxGraphViewer.m4 \ -check_TestRecorder.m4 \ -check_OpenCV.m4 +check_TestRecorder.m4 diff --git a/src/OCCViewer/Makefile.am b/src/OCCViewer/Makefile.am index 191552c1c..7597a2b16 100755 --- a/src/OCCViewer/Makefile.am +++ b/src/OCCViewer/Makefile.am @@ -128,7 +128,7 @@ libOCCViewer_la_CPPFLAGS = $(QT_INCLUDES) $(OGL_INCLUDES) $(CAS_CPPFLAGS) @KERNE -I$(srcdir)/../SUIT -I$(srcdir)/../ViewerTools -I$(srcdir)/../Qtx \ -I$(srcdir)/../OpenGLUtils -I$(srcdir)/../CASCatch -libOCCViewer_la_LDFLAGS = $(OGL_LIBS) $(QT_MT_LIBS) $(CAS_KERNEL) $(CAS_VIEWER) \ +libOCCViewer_la_LDFLAGS = $(OGL_LIBS) $(QT_MT_LIBS) $(CAS_KERNEL) $(CAS_VIEWER) libOCCViewer_la_LIBADD = ../Qtx/libqtx.la ../SUIT/libsuit.la \ ../ViewerTools/libViewerTools.la ../OpenGLUtils/libOpenGLUtils.la