[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

kenneth at webkit.org kenneth at webkit.org
Thu Feb 4 21:26:19 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit b94b34f33cba05aea9eaad38cefcba0811fdd8e8
Author: kenneth at webkit.org <kenneth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jan 23 21:53:57 2010 +0000

    [Qt] Unreviewed build fix
    
    * QtLauncher/QtLauncher.pro:
    * QtLauncher/webinspector.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53772 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index ab013f3..0a0949c 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,12 @@
 2010-01-23  Kenneth Rohde Christiansen  <kenneth at webkit.org>
 
+        [Qt] Unreviewed build fix
+
+        * QtLauncher/QtLauncher.pro:
+        * QtLauncher/webinspector.h:
+
+2010-01-23  Kenneth Rohde Christiansen  <kenneth at webkit.org>
+
         Rubberstamped by Simon Hausmann.
 
         [Qt] Move the WebInspector class to it's own header file.
diff --git a/WebKitTools/QtLauncher/QtLauncher.pro b/WebKitTools/QtLauncher/QtLauncher.pro
index eaeef1f..70cc462 100644
--- a/WebKitTools/QtLauncher/QtLauncher.pro
+++ b/WebKitTools/QtLauncher/QtLauncher.pro
@@ -1,5 +1,6 @@
 TEMPLATE = app
 SOURCES += main.cpp webpage.cpp
+HEADERS += webinspector.h webpage.h
 CONFIG -= app_bundle
 CONFIG += uitools
 DESTDIR = ../../bin
diff --git a/WebKitTools/QtLauncher/webinspector.h b/WebKitTools/QtLauncher/webinspector.h
index c99eff8..d251c5c 100644
--- a/WebKitTools/QtLauncher/webinspector.h
+++ b/WebKitTools/QtLauncher/webinspector.h
@@ -29,6 +29,7 @@
 #define webinspector_h
 
 #include <QtGui>
+#include "qwebinspector.h"
 
 class WebInspector : public QWebInspector {
     Q_OBJECT

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list