Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/3rdparty/libpng/scripts/libpng-config.in

    r2 r561  
    55
    66# Copyright (C) 2002, 2004, 2006, 2007 Glenn Randers-Pehrson
    7 # For conditions of distribution and use, see copyright notice in png.h
     7
     8# This code is released under the libpng license.
     9# For conditions of distribution and use, see the disclaimer
     10# and license in png.h
    811
    912# Modeled after libxml-config.
     
    1518includedir="@includedir@/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@"
    1619libs="-lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@"
    17 all_libs="-lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@ -lz -lm"
     20all_libs="-lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@ "
    1821I_opts="-I${includedir}"
    1922L_opts="-L${libdir}"
Note: See TracChangeset for help on using the changeset viewer.