From: christian Date: Tue, 3 Jan 2012 16:10:16 +0000 (+0100) Subject: forgot to add QtDbus; update changelog X-Git-Tag: 0.8~32 X-Git-Url: http://git.maemo.org/git/?p=presencevnc;a=commitdiff_plain;h=43267e9e8ee01c1afbb46bc4504040ccf95c0f26 forgot to add QtDbus; update changelog --- diff --git a/debian/changelog b/debian/changelog index 444390c..a4352d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ presencevnc (0.8) unstable; urgency=low - * Add --viewonly and --help command line options + * Add --viewonly, --listen and --help command line options + * Use less CPU when display is off -- Christian Pulvermacher Thu, 28 Oct 2010 19:48:01 +0200 @@ -22,7 +23,7 @@ presencevnc (0.6) unstable; urgency=low presencevnc (0.5) unstable; urgency=low - * Add "..." menu for additional keys + * Add "..." menu for additional keys * Add local cursor option * Symbol key (Fn+Ctrl) fixed * Don't start virtual keyboard with caps lock enabled (partial fix) diff --git a/vnc.pro b/vnc.pro index 41a8062..d7376a6 100644 --- a/vnc.pro +++ b/vnc.pro @@ -7,7 +7,7 @@ CONFIG += silent release warn_on QMAKE_CXXFLAGS_WARN_ON = -Wall -Wundef -Wextra maemo5 { - QT += maemo5 + QT += maemo5 dbus } OBJECTS_DIR = $${PWD}/tmp