From 64615adc236298c3e8199bdf2bc0fb3c35618ef3 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sat, 15 Jan 2011 08:38:57 +0000 Subject: [PATCH] Remove dbus dependency in nox mode --- unixconf.pri | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/unixconf.pri b/unixconf.pri index ecf03fe6b..9c6443828 100644 --- a/unixconf.pri +++ b/unixconf.pri @@ -2,7 +2,9 @@ include(conf.pri) # COMPILATION SPECIFIC -QT += dbus +!nox { + QT += dbus +} QMAKE_LFLAGS_APP += -rdynamic CONFIG += link_pkgconfig PKGCONFIG += libtorrent-rasterbar