[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

cblu cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:46:39 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 7f9c37808cbc78bd7a627a74513d9542edc637c5
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Sep 24 18:31:09 2001 +0000

    Added qchar-test to Makefile.in
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@183 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/tests/qt/Makefile.in b/WebCore/kwq/tests/qt/Makefile.in
index 5504b77..a36f9dd 100644
--- a/WebCore/kwq/tests/qt/Makefile.in
+++ b/WebCore/kwq/tests/qt/Makefile.in
@@ -29,6 +29,7 @@ PROGRAMS = \
     qstringlist-test \
     qlist-test \
     qregexp-test \
+    qchar-test \
     $(NULL)
 
 CLEAN_FILES = *.o \
@@ -89,6 +90,9 @@ qlist-test: qlist-test.o
 qregexp-test: qregexp-test.o
 	$(CXX) -o $@ $< $(LDFLAGS)
 
+qchar-test: qchar-test.o
+	$(CXX) -o $@ $< $(LDFLAGS)
+
 depend: 
 
 #----------------------------------------------------------------------
diff --git a/WebCore/src/kwq/tests/qt/Makefile.in b/WebCore/src/kwq/tests/qt/Makefile.in
index 5504b77..a36f9dd 100644
--- a/WebCore/src/kwq/tests/qt/Makefile.in
+++ b/WebCore/src/kwq/tests/qt/Makefile.in
@@ -29,6 +29,7 @@ PROGRAMS = \
     qstringlist-test \
     qlist-test \
     qregexp-test \
+    qchar-test \
     $(NULL)
 
 CLEAN_FILES = *.o \
@@ -89,6 +90,9 @@ qlist-test: qlist-test.o
 qregexp-test: qregexp-test.o
 	$(CXX) -o $@ $< $(LDFLAGS)
 
+qchar-test: qchar-test.o
+	$(CXX) -o $@ $< $(LDFLAGS)
+
 depend: 
 
 #----------------------------------------------------------------------

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list