From 5752c5066173e112efc83a4d24fbdf1554f7f50d Mon Sep 17 00:00:00 2001 From: Kalle Vahlman Date: Fri, 3 Sep 2010 13:58:33 +0300 Subject: [PATCH] Add note about building against QtWebKit in Makefile help --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index caff3fc..6a99aaf 100644 --- a/Makefile +++ b/Makefile @@ -5,11 +5,13 @@ about: @echo @echo "This is the Browser D-Bus Bridge v1.1" @echo "Originally developed by Movial" + @echo "http://sandbox.movial.com/wiki/index.php/Browser_DBus_Bridge" @echo @echo "The following build targets are available:" @echo " xpcom The XPCOM D-Bus service" @echo " jscore The JavaScriptCore (WebKitGTK) D-Bus library" @echo " jscore-qt The JavaScriptCore (QtWebKit) D-Bus library" + @echo " (requires modified QtWebKit, see wiki for details)" @echo " all Build all above targets" @echo " install Install all built targets" @echo -- 2.25.1