summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libpng/libpng.pc.in
diff options
context:
space:
mode:
authoraavit <qt_aavit@ovi.com>2012-04-11 08:12:38 (GMT)
committerQt by Nokia <qt-info@nokia.com>2012-04-12 13:51:30 (GMT)
commit597d5f2288354772d9b8d02e8a6445ad7af10586 (patch)
tree0a3697cb378c6f4f821faf4b361a63a6104f11a5 /src/3rdparty/libpng/libpng.pc.in
parenta3f9dfbe3bda60e09769f7a065f4dceea3ccef6e (diff)
downloadQt-597d5f2288354772d9b8d02e8a6445ad7af10586.zip
Qt-597d5f2288354772d9b8d02e8a6445ad7af10586.tar.gz
Qt-597d5f2288354772d9b8d02e8a6445ad7af10586.tar.bz2
Upgrading libpng: Adding clean copy of libpng 1.5.10
This commit removes the previous version of the bundled libpng (1.5.4), as well as all local modifications to it. It adds an unmodified copy of the official libpng source distribution, except that various extraneous files have been removed, as usual. The patches required to build it in Qt will follow in separate commit(s). Change-Id: I0cfc782a1c1b7f06b92eb1b38992bd8a0e6de08d Reviewed-by: Kim M. Kalland <kim.kalland@nokia.com>
Diffstat (limited to 'src/3rdparty/libpng/libpng.pc.in')
-rw-r--r--src/3rdparty/libpng/libpng.pc.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/3rdparty/libpng/libpng.pc.in b/src/3rdparty/libpng/libpng.pc.in
deleted file mode 100644
index 3e7e2c5..0000000
--- a/src/3rdparty/libpng/libpng.pc.in
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
-
-Name: libpng
-Description: Loads and saves PNG files
-Version: @PNGLIB_VERSION@
-Libs: -L${libdir} -lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
-Libs.private: @LIBS@
-Cflags: -I${includedir}