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
parent
c4bee2c47f
commit
f7716732a5
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue