From 3932141aa4e6ae8599d87b0f520b968ec9889266 Mon Sep 17 00:00:00 2001 From: Jukka Kurttila Date: Wed, 10 Mar 2010 10:04:09 +0200 Subject: [PATCH] DBus lib added. --- Client/UI.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/Client/UI.pro b/Client/UI.pro index 763244b..7028d65 100644 --- a/Client/UI.pro +++ b/Client/UI.pro @@ -5,6 +5,7 @@ # @license http://opensource.org/licenses/gpl-license.php GNU Public License # ------------------------------------------------- QT += network \ + dbus \ xml TARGET = UI TEMPLATE = app -- 1.7.9.5