From: André Pönitz Date: Sun, 16 Nov 2008 15:23:57 +0000 (+0000) Subject: add qt include paths X-Git-Tag: 2.0.0~7715 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=cc0bdcc36f6b294f7c903c535dd247341692498d;p=features.git add qt include paths git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27555 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Makefile.am b/src/Makefile.am index 1742b12013..f497f99aa0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,6 +5,7 @@ include $(top_srcdir)/config/common.am DISTCLEANFILES += config.h libintl.h AM_CPPFLAGS += $(PCH_FLAGS) -I$(top_srcdir)/src $(BOOST_INCLUDES) +AM_CPPFLAGS += $(QT4_CPPFLAGS) $(QT4_CORE_INCLUDES) if BUILD_CLIENT_SUBDIR CLIENT = client diff --git a/src/support/Makefile.am b/src/support/Makefile.am index 693475b6e0..92ac3ccda5 100644 --- a/src/support/Makefile.am +++ b/src/support/Makefile.am @@ -9,9 +9,6 @@ noinst_LIBRARIES = liblyxsupport.a liblyxsupport_a_LIBADD = $(LIBSHLWAPI) $(BOOST_SIGNALS) -# $(QT4_CORE_LIB) -# $(QT4_CORE_LDFLAGS) - BUILT_SOURCES = $(PCH_FILE) ######################### Qt stuff #############################