Browse Source

Remove dbus dependency in nox mode

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
64615adc23
  1. 4
      unixconf.pri

4
unixconf.pri

@ -2,7 +2,9 @@ @@ -2,7 +2,9 @@
include(conf.pri)
# COMPILATION SPECIFIC
QT += dbus
!nox {
QT += dbus
}
QMAKE_LFLAGS_APP += -rdynamic
CONFIG += link_pkgconfig
PKGCONFIG += libtorrent-rasterbar

Loading…
Cancel
Save