Title: [154723] trunk
Revision
154723
Author
[email protected]
Date
2013-08-28 00:24:26 -0700 (Wed, 28 Aug 2013)

Log Message

[Qt] Unreviewed trivial build adjustment

* Source/sync.profile: Don't depend on qtjsbackend anymore. It's not needed in Qt 5.2
anymore (but this section of sync.profile is only used by the CI system, so no impact
anywhere else)

Modified Paths

Diff

Modified: trunk/ChangeLog (154722 => 154723)


--- trunk/ChangeLog	2013-08-28 04:35:14 UTC (rev 154722)
+++ trunk/ChangeLog	2013-08-28 07:24:26 UTC (rev 154723)
@@ -1,3 +1,11 @@
+2013-08-28  Simon Hausmann  <[email protected]>
+
+        [Qt] Unreviewed trivial build adjustment
+
+        * Source/sync.profile: Don't depend on qtjsbackend anymore. It's not needed in Qt 5.2
+        anymore (but this section of sync.profile is only used by the CI system, so no impact
+        anywhere else)
+
 2013-08-24  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Fix GTK+ build after r154541.

Modified: trunk/Source/sync.profile (154722 => 154723)


--- trunk/Source/sync.profile	2013-08-28 04:35:14 UTC (rev 154722)
+++ trunk/Source/sync.profile	2013-08-28 07:24:26 UTC (rev 154723)
@@ -19,5 +19,4 @@
 %dependencies = (
     "qtbase" => "refs/heads/master",
     "qtdeclarative" => "refs/heads/master",
-    "qtjsbackend" => "refs/heads/master",
 );
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to