summaryrefslogtreecommitdiff
path: root/qt4
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2012-09-25 23:07:55 +0200
committerAlbert Astals Cid <aacid@kde.org>2012-09-25 23:07:55 +0200
commitf8c116f1e0fbf3516ce228fbb34c33d6b618bed0 (patch)
treed9ec49eefc624757869499badb98be7c02cd0fef /qt4
parent9f51baaf7a86680f2195ecdb978f1eb59a8aa734 (diff)
Add LCMS_FLAGS
Fixes compilation when lcms is on non standard locations Bug #55326
Diffstat (limited to 'qt4')
-rw-r--r--qt4/src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/qt4/src/Makefile.am b/qt4/src/Makefile.am
index 02e0720d..22033e3a 100644
--- a/qt4/src/Makefile.am
+++ b/qt4/src/Makefile.am
@@ -2,7 +2,8 @@ INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/poppler \
$(FONTCONFIG_CFLAGS) \
- $(POPPLER_QT4_CFLAGS)
+ $(POPPLER_QT4_CFLAGS) \
+ $(LCMS_CFLAGS)
SUFFIXES: .moc