Title: [121336] trunk/Source
Revision
121336
Author
ves...@webkit.org
Date
2012-06-27 04:30:42 -0700 (Wed, 27 Jun 2012)

Log Message

[Qt] Add missing heades to HEADERS

For _javascript_Core there aren't any Qt specific files, so we include all
headers for easy editing in Qt Creator.

Reviewed by Simon Hausmann.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (121335 => 121336)


--- trunk/Source/_javascript_Core/ChangeLog	2012-06-27 10:21:55 UTC (rev 121335)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-06-27 11:30:42 UTC (rev 121336)
@@ -1,3 +1,14 @@
+2012-06-26  Tor Arne Vestbø  <tor.arne.ves...@nokia.com>
+
+        [Qt] Add missing heades to HEADERS
+
+        For _javascript_Core there aren't any Qt specific files, so we include all
+        headers for easy editing in Qt Creator.
+
+        Reviewed by Simon Hausmann.
+
+        * Target.pri:
+
 2012-06-26  Dominic Cooney  <domin...@chromium.org>
 
         [Chromium] Remove unused build scripts and empty folders for _javascript_Core w/ gyp

Modified: trunk/Source/_javascript_Core/Target.pri (121335 => 121336)


--- trunk/Source/_javascript_Core/Target.pri	2012-06-27 10:21:55 UTC (rev 121335)
+++ trunk/Source/_javascript_Core/Target.pri	2012-06-27 11:30:42 UTC (rev 121336)
@@ -248,6 +248,8 @@
     tools/CodeProfiling.cpp \
     yarr/YarrJIT.cpp \
 
+HEADERS += $$files(*.h, true)
+
 *sh4* {
     QMAKE_CXXFLAGS += -mieee -w
     QMAKE_CFLAGS   += -mieee -w

Modified: trunk/Source/WTF/ChangeLog (121335 => 121336)


--- trunk/Source/WTF/ChangeLog	2012-06-27 10:21:55 UTC (rev 121335)
+++ trunk/Source/WTF/ChangeLog	2012-06-27 11:30:42 UTC (rev 121336)
@@ -1,3 +1,14 @@
+2012-06-26  Tor Arne Vestbø  <tor.arne.ves...@nokia.com>
+
+        [Qt] Add missing heades to HEADERS
+
+        For _javascript_Core there aren't any Qt specific files, so we include all
+        headers for easy editing in Qt Creator.
+
+        Reviewed by Simon Hausmann.
+
+        * WTF.pro:
+
 2012-06-25  Kent Tamura  <tk...@chromium.org>
 
         Unreviewed, rolling out r121145.

Modified: trunk/Source/WTF/WTF.pro (121335 => 121336)


--- trunk/Source/WTF/WTF.pro	2012-06-27 10:21:55 UTC (rev 121335)
+++ trunk/Source/WTF/WTF.pro	2012-06-27 11:30:42 UTC (rev 121336)
@@ -52,6 +52,7 @@
     dtoa/utils.h \
     DynamicAnnotations.h \
     Encoder.h \
+    ExportMacros.h \
     FastAllocBase.h \
     FastMalloc.h \
     FixedArray.h \

Modified: trunk/Source/WebCore/ChangeLog (121335 => 121336)


--- trunk/Source/WebCore/ChangeLog	2012-06-27 10:21:55 UTC (rev 121335)
+++ trunk/Source/WebCore/ChangeLog	2012-06-27 11:30:42 UTC (rev 121336)
@@ -1,3 +1,14 @@
+2012-06-26  Tor Arne Vestbø  <tor.arne.ves...@nokia.com>
+
+        [Qt] Add missing heades to HEADERS
+
+        For _javascript_Core there aren't any Qt specific files, so we include all
+        headers for easy editing in Qt Creator.
+
+        Reviewed by Simon Hausmann.
+
+        * Target.pri:
+
 2012-06-27  Kentaro Hara  <hara...@chromium.org>
 
         Rename Element::rareData() to Element::elementRareData(), and Element::ensureRareData() to Element::ensureElementRareData()

Modified: trunk/Source/WebCore/Target.pri (121335 => 121336)


--- trunk/Source/WebCore/Target.pri	2012-06-27 10:21:55 UTC (rev 121335)
+++ trunk/Source/WebCore/Target.pri	2012-06-27 11:30:42 UTC (rev 121336)
@@ -2385,6 +2385,7 @@
     platform/network/ResourceResponseBase.h \
     platform/network/qt/DnsPrefetchHelper.h \
     platform/network/qt/NetworkStateNotifierPrivate.h \
+    platform/PlatformExportMacros.h \
     platform/PlatformTouchEvent.h \
     platform/PlatformTouchPoint.h \
     platform/PopupMenu.h \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to