source: trunk/src/3rdparty/libpng/libpng.pc.in@ 1010

Last change on this file since 1010 was 846, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 293 bytes
Line 
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
5
6Name: libpng
7Description: Loads and saves PNG files
8Version: @PNGLIB_VERSION@
9Libs: -L${libdir} -lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
10Libs.private: @LIBS@
11Cflags: -I${includedir}
Note: See TracBrowser for help on using the repository browser.