From: Matthew Cattell Date: Tue, 9 Aug 2011 16:01:49 +0000 (+0200) Subject: build without dbus X-Git-Tag: qt-v5.0.0-alpha1~3626^2~216 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ac6eb142e4ee73309854ebf02b1dbac7a5b654b;p=profile%2Fivi%2Fqtbase.git build without dbus Change-Id: I5af35ff094bea08c83f0e65e72efa59adac2581c Reviewed-on: http://codereview.qt.nokia.com/2790 Reviewed-by: Qt Sanity Bot Reviewed-by: Samuel Rødal --- diff --git a/src/plugins/platforms/xcb/xcb.pro b/src/plugins/platforms/xcb/xcb.pro index 4b24242..ff0ad6d 100644 --- a/src/plugins/platforms/xcb/xcb.pro +++ b/src/plugins/platforms/xcb/xcb.pro @@ -84,8 +84,10 @@ QMAKE_CXXFLAGS += $$QMAKE_CFLAGS_XCB CONFIG += qpa/genericunixfontdatabase +contains(QT_CONFIG, dbus) { QT += dbus LIBS += -ldbus-1 +} target.path += $$[QT_INSTALL_PLUGINS]/platforms INSTALLS += target