From 34722341b61d59fe7125e799bb29aeaacc5a90ee Mon Sep 17 00:00:00 2001 From: barate Date: Mon, 31 Oct 2011 15:37:55 +0000 Subject: [PATCH] Fix compilation with CMake --- tools/dlgfactory/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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) -- 2.39.2