From 49c7a857e4a59397f7be0350d81c169a96282872 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 26 Oct 2014 12:04:43 +0530 Subject: [PATCH] Include python bindings for QtDBus on linux --- setup/build_environment.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/build_environment.py b/setup/build_environment.py index f428b78338..e09acf6d3b 100644 --- a/setup/build_environment.py +++ b/setup/build_environment.py @@ -189,6 +189,7 @@ elif isosx: icu_lib_dirs = [sw + '/lib'] else: QT_DLLS += ['Qt5DBus'] + PYQT_MODULES += ('QtDBus',) # Include directories png_inc_dirs = pkgconfig_include_dirs('libpng', 'PNG_INC_DIR', '/usr/include')