forgot to add QtDbus; update changelog
authorchristian <pulvermacher@gmx.de>
Tue, 3 Jan 2012 16:10:16 +0000 (17:10 +0100)
committerchristian <pulvermacher@gmx.de>
Tue, 3 Jan 2012 16:10:16 +0000 (17:10 +0100)
debian/changelog
vnc.pro

index 444390c..a4352d2 100644 (file)
@@ -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 <pulvermacher@gmx.de>  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 (file)
--- 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