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