From: barate Date: Thu, 3 Nov 2011 10:21:39 +0000 (+0000) Subject: Fix compilation with CMake X-Git-Tag: V6_4_0b1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e44a4fec3fe8a9eff95650b4caee46fa59519dd6;p=modules%2Fgui.git Fix compilation with CMake --- diff --git a/src/TreeData/Test/Makefile.am b/src/TreeData/Test/Makefile.am index a1e9caf95..a708d2f8b 100644 --- a/src/TreeData/Test/Makefile.am +++ b/src/TreeData/Test/Makefile.am @@ -45,7 +45,8 @@ TEST_CPPFLAGS = \ $(CORBA_CXXFLAGS) \ $(KERNEL_CXXFLAGS) \ -I$(top_srcdir)/src/GuiHelpers \ - -I$(top_srcdir)/src/TreeData + -I$(top_srcdir)/src/TreeData \ + -I. TEST_LDFLAGS = \ $(CORBA_LIBS) $(QT_LIBS) \