From cfacb017f6f630cd6b4b85a4a53c983f7888eacd Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 24 Nov 2009 14:49:46 +0000 Subject: [PATCH] Fix problem with linking to the native qt/qwt libraries --- src/SPlot2d/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/SPlot2d/Makefile.am b/src/SPlot2d/Makefile.am index 1f4b4033a..6b19753e2 100644 --- a/src/SPlot2d/Makefile.am +++ b/src/SPlot2d/Makefile.am @@ -44,7 +44,10 @@ nodist_libSPlot2d_la_SOURCES = $(MOC_FILES) libSPlot2d_la_CPPFLAGS = $(QT_INCLUDES) $(CAS_CPPFLAGS) $(QWT_INCLUDES) $(BOOST_CPPFLAGS) \ -I$(srcdir)/../Qtx -I$(srcdir)/../SUIT -I$(srcdir)/../Plot2d \ -I$(srcdir)/../Prs -I$(srcdir)/../OBJECT -libSPlot2d_la_LDFLAGS = $(QT_MT_LIBS) $(CAS_KERNEL) $(QWT_LIBS) ../SUIT/libsuit.la ../Plot2d/libPlot2d.la ../Prs/libSalomePrs.la ../OBJECT/libSalomeObject.la +libSPlot2d_la_LDFLAGS = ../SUIT/libsuit.la ../Plot2d/libPlot2d.la ../Prs/libSalomePrs.la ../OBJECT/libSalomeObject.la + +### VSR: 24/11/2009: remove these libs to avoid double linking to the native libraries +###$(QT_MT_LIBS) $(CAS_KERNEL) $(QWT_LIBS) -- 2.39.2