Title: [128608] trunk/Source/WebKit2
Revision
128608
Author
ves...@webkit.org
Date
2012-09-14 07:02:35 -0700 (Fri, 14 Sep 2012)

Log Message

[Qt] Move .mm file to OBJECTIVE_SOURCES

Reviewed by Simon Hausmann.

* Target.pri:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (128607 => 128608)


--- trunk/Source/WebKit2/ChangeLog	2012-09-14 14:01:17 UTC (rev 128607)
+++ trunk/Source/WebKit2/ChangeLog	2012-09-14 14:02:35 UTC (rev 128608)
@@ -1,3 +1,11 @@
+2012-09-14  Tor Arne Vestbø  <tor.arne.ves...@nokia.com>
+
+        [Qt] Move .mm file to OBJECTIVE_SOURCES
+
+        Reviewed by Simon Hausmann.
+
+        * Target.pri:
+
 2012-09-14  Sudarsana Nagineni  <sudarsana.nagin...@linux.intel.com>
 
         WebKitTestRunner needs layoutTestController.setTabKeyCyclesThroughElements

Modified: trunk/Source/WebKit2/Target.pri (128607 => 128608)


--- trunk/Source/WebKit2/Target.pri	2012-09-14 14:01:17 UTC (rev 128607)
+++ trunk/Source/WebKit2/Target.pri	2012-09-14 14:02:35 UTC (rev 128608)
@@ -842,7 +842,7 @@
             $$PWD/../../WebKitLibraries/
         HEADERS += \
             WebProcess/WebCoreSupport/qt/WebSystemInterface.h
-        SOURCES += \
+        OBJECTIVE_SOURCES += \
             WebProcess/WebCoreSupport/qt/WebSystemInterface.mm
     }
     INCLUDEPATH += \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to