add qt include paths

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27555 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2008-11-16 15:23:57 +00:00
parent bb54a2be93
commit cc0bdcc36f
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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 #############################