[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[freetype2-demos] master 5e2547b 02/13: [ftinspect] Change freetype2 inc
From: |
Werner LEMBERG |
Subject: |
[freetype2-demos] master 5e2547b 02/13: [ftinspect] Change freetype2 include path to system include path. |
Date: |
Thu, 11 May 2017 15:26:22 -0400 (EDT) |
branch: master
commit 5e2547b6e9be5b771c66508833692d0664f20831
Author: Philipp Kerling <address@hidden>
Commit: Werner Lemberg <address@hidden>
[ftinspect] Change freetype2 include path to system include path.
This avoids warnings.
* src/ftinspect.pro: Do it.
---
ChangeLog | 8 ++++++++
src/ftinspect.pro | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index ce47ebc..b9f286c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2017-05-11 Philipp Kerling <address@hidden>
+ [ftinspect] Change freetype2 include path to system include path.
+
+ This avoids warnings.
+
+ * src/ftinspect.pro: Do it.
+
+2017-05-11 Philipp Kerling <address@hidden>
+
[ftinspect] Remove `const_cast'.
* src/ftinspect.cpp (GlyphBitmap::paint): `const_cast' is
diff --git a/src/ftinspect.pro b/src/ftinspect.pro
index 39c6fb4..c97a28d 100644
--- a/src/ftinspect.pro
+++ b/src/ftinspect.pro
@@ -1,4 +1,4 @@
-INCLUDEPATH += ../../freetype2/include
+QMAKE_CXXFLAGS += -isystem ../../freetype2/include
# To avoid conflicts with the FreeType version compiled into or used by Qt,
# we use the static library.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [freetype2-demos] master 5e2547b 02/13: [ftinspect] Change freetype2 include path to system include path.,
Werner LEMBERG <=