summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2015-11-05 05:49:07 +0400
committerKonstantin Ritt <ritt.ks@gmail.com>2015-11-23 18:52:35 +0000
commit1ab7880d73fa94befbeb5cdca3fd6d3bbd25f5ba (patch)
tree836e2b8a05692a254e119a5a4c19af5583ed5d5b /src/3rdparty
parent7c22e14300746b6dc7b738d8a2cd0a7d60136e35 (diff)
Get rid of QT_USE_BUNDLED_LIBPNG
In fact, this is an extra info no one ever cares about. We already have properly configured INCLUDEPATH to look for png.h. Change-Id: I27fec4d474570683c6c371dff34472a7c650fe65 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/libpng.pri1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/3rdparty/libpng.pri b/src/3rdparty/libpng.pri
index f8516bd5db..a5fe32f867 100644
--- a/src/3rdparty/libpng.pri
+++ b/src/3rdparty/libpng.pri
@@ -1,4 +1,3 @@
-DEFINES *= QT_USE_BUNDLED_LIBPNG
DEFINES += PNG_ARM_NEON_OPT=0
INCLUDEPATH += $$PWD/libpng
SOURCES += $$PWD/libpng/png.c \