From: barate Date: Mon, 31 Oct 2011 15:37:55 +0000 (+0000) Subject: Fix compilation with CMake X-Git-Tag: V6_4_0b1~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=34722341b61d59fe7125e799bb29aeaacc5a90ee;p=modules%2Fgui.git Fix compilation with CMake --- diff --git a/tools/dlgfactory/Makefile.am b/tools/dlgfactory/Makefile.am index 6945a9b9b..0bbee5a1e 100644 --- a/tools/dlgfactory/Makefile.am +++ b/tools/dlgfactory/Makefile.am @@ -83,7 +83,8 @@ nodist_qtester_SOURCES = \ $(UIC_FILES_QDIALOG) qtester_CPPFLAGS = \ - $(QT_CXXFLAGS) + $(QT_CXXFLAGS) \ + -I. qtester_LDFLAGS = \ $(QT_LIBS) @@ -98,7 +99,9 @@ nodist_gtester_SOURCES = \ $(UIC_FILES_GDIALOG) gtester_CPPFLAGS = \ - $(QT_CXXFLAGS) + $(QT_CXXFLAGS) \ + -I@srcdir@ \ + -I. gtester_LDFLAGS = \ $(QT_LIBS)