]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fix problem with linking to the native qt/qwt libraries
authorvsr <vsr@opencascade.com>
Tue, 24 Nov 2009 14:49:46 +0000 (14:49 +0000)
committervsr <vsr@opencascade.com>
Tue, 24 Nov 2009 14:49:46 +0000 (14:49 +0000)
src/SPlot2d/Makefile.am

index 1f4b4033a9660d2913a98c3a82360c4196fe796c..6b19753e21d4e12b26cc6ca50b775c01495fffe7 100644 (file)
@@ -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)