Title: [100910] trunk/Tools
Revision
100910
Author
[email protected]
Date
2011-11-21 06:59:56 -0800 (Mon, 21 Nov 2011)

Log Message

[Qt] Clean up MiniBrowser project file after recent changes
https://bugs.webkit.org/show_bug.cgi?id=72869

Reviewed by Simon Hausmann.

Remove nonexistent files from OTHER_FILES after our touch and desktop webviews were merged.

* MiniBrowser/qt/MiniBrowser.pro:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (100909 => 100910)


--- trunk/Tools/ChangeLog	2011-11-21 14:41:16 UTC (rev 100909)
+++ trunk/Tools/ChangeLog	2011-11-21 14:59:56 UTC (rev 100910)
@@ -1,3 +1,14 @@
+2011-11-21  Andras Becsi  <[email protected]>
+
+        [Qt] Clean up MiniBrowser project file after recent changes
+        https://bugs.webkit.org/show_bug.cgi?id=72869
+
+        Reviewed by Simon Hausmann.
+
+        Remove nonexistent files from OTHER_FILES after our touch and desktop webviews were merged.
+
+        * MiniBrowser/qt/MiniBrowser.pro:
+
 2011-11-21  Dominic Mazzoni  <[email protected]>
 
         Accessibility: Multiselect list boxes need to report the active option in addition to which items are selected.

Modified: trunk/Tools/MiniBrowser/qt/MiniBrowser.pro (100909 => 100910)


--- trunk/Tools/MiniBrowser/qt/MiniBrowser.pro	2011-11-21 14:41:16 UTC (rev 100909)
+++ trunk/Tools/MiniBrowser/qt/MiniBrowser.pro	2011-11-21 14:59:56 UTC (rev 100910)
@@ -35,6 +35,4 @@
 RESOURCES += MiniBrowser.qrc
 
 OTHER_FILES += \
-    qml/BrowserWindow.qml \
-    qml/DesktopView.qml \
-    qml/TouchView.qml
+    qml/BrowserWindow.qml
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to