Title: [120310] trunk/Tools
Revision
120310
Author
[email protected]
Date
2012-06-14 03:31:33 -0700 (Thu, 14 Jun 2012)

Log Message

[Qt] Remove USE(QT_IMAGE_DECODER) macro, since we don't use it anymore

Reviewed by Noam Rosenthal.

* qmake/mkspecs/features/features.prf:

Modified Paths

Property Changed

Diff

Modified: trunk/Tools/ChangeLog (120309 => 120310)


--- trunk/Tools/ChangeLog	2012-06-14 10:27:18 UTC (rev 120309)
+++ trunk/Tools/ChangeLog	2012-06-14 10:31:33 UTC (rev 120310)
@@ -1,3 +1,11 @@
+2012-06-14  Zoltan Horvath  <[email protected]>
+
+        [Qt] Remove USE(QT_IMAGE_DECODER) macro, since we don't use it anymore
+
+        Reviewed by Noam Rosenthal.
+
+        * qmake/mkspecs/features/features.prf:
+
 2012-06-14  Christophe Dumez  <[email protected]>
 
         [WK2] Add implementation for registerIntentService in WebFrameLoaderClient

Modified: trunk/Tools/qmake/mkspecs/features/features.prf (120309 => 120310)


--- trunk/Tools/qmake/mkspecs/features/features.prf	2012-06-14 10:27:18 UTC (rev 120309)
+++ trunk/Tools/qmake/mkspecs/features/features.prf	2012-06-14 10:31:33 UTC (rev 120310)
@@ -78,8 +78,6 @@
     haveQt(5):contains(config_test_libzlib, yes): DEFINES += WTF_USE_ZLIB=1
 }
 
-!contains(DEFINES, WTF_USE_QT_IMAGE_DECODER=.): DEFINES += WTF_USE_QT_IMAGE_DECODER=1
-
 # Tiled Backing Store support
 !contains(DEFINES, WTF_USE_TILED_BACKING_STORE=.): DEFINES += WTF_USE_TILED_BACKING_STORE=1
 
Property changes on: trunk/Tools/qmake/mkspecs/features/features.prf
___________________________________________________________________

Added: svn:executable

_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to