Remove direct linkage to dbus and qdbus

It appears that there is no code in the plugin that actually uses dbus.

Change-Id: I654cf0b8f5ecc018f2c6ae8701220f7496915a60
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Simon Hausmann 2014-12-09 16:27:29 +01:00
parent c4bee2c47f
commit f7716732a5
1 changed files with 0 additions and 5 deletions

View File

@ -99,11 +99,6 @@ QMAKE_CFLAGS += $$QMAKE_CFLAGS_XCB
CONFIG += qpa/genericunixfontdatabase
contains(QT_CONFIG, dbus) {
QT += dbus
LIBS += -ldbus-1
}
OTHER_FILES += xcb.json README
contains(QT_CONFIG, xcb-qt) {