Title: [119078] trunk/Tools
Revision
119078
Author
zol...@webkit.org
Date
2012-05-31 02:47:14 -0700 (Thu, 31 May 2012)

Log Message

[Qt] Don't enforce the version of libpng for the config test when passing the option to the linker

Rubber-stamped by Kenneth Rohde Christiansen.

* qmake/config.tests/libpng/libpng.pro:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (119077 => 119078)


--- trunk/Tools/ChangeLog	2012-05-31 09:22:45 UTC (rev 119077)
+++ trunk/Tools/ChangeLog	2012-05-31 09:47:14 UTC (rev 119078)
@@ -1,3 +1,11 @@
+2012-05-31  Zoltan Horvath  <zol...@webkit.org>
+
+        [Qt] Don't enforce the version of libpng for the config test when passing the option to the linker
+
+        Rubber-stamped by Kenneth Rohde Christiansen.
+
+        * qmake/config.tests/libpng/libpng.pro:
+
 2012-05-30  Peter Beverloo  <pe...@chromium.org>
 
         [Chromium] Automatically install 64-bit linker for Android

Modified: trunk/Tools/qmake/config.tests/libpng/libpng.pro (119077 => 119078)


--- trunk/Tools/qmake/config.tests/libpng/libpng.pro	2012-05-31 09:22:45 UTC (rev 119077)
+++ trunk/Tools/qmake/config.tests/libpng/libpng.pro	2012-05-31 09:47:14 UTC (rev 119078)
@@ -1,3 +1,3 @@
 SOURCES = libpng.cpp
 OBJECTS_DIR = obj
-LIBS += -lpng12
+LIBS += -lpng
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to