Make QtDBus dependency optional

This commit is contained in:
Christophe Dumez 2011-03-07 20:22:35 +00:00
commit b6c3189fe3
11 changed files with 115 additions and 35 deletions

View file

@ -2,7 +2,7 @@
include(conf.pri)
# COMPILATION SPECIFIC
!nox {
!nox:dbus {
QT += dbus
}
QMAKE_LFLAGS_APP += -rdynamic