Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.4.0 RC
-
None
-
Shadow build
Configure line:
{code}
/home/micurtis/dev/qt5.4/configure -debug -developer-build -opensource -confirm-license -skip webkit -nomake examples -nomake tests -silent
{code}
-
182bb7c3d0afdcc4c49958bb1bef3760680cdc5d (qtbase)
Description
Affects 5.4 and 5.4.0 branches.
QtPlatformSupport: created version header
QtPlatformSupport: created master header
QtPlatformSupport: created headers.pri file
Project ERROR: Unknown module(s) in QT: dbus
make[2]: *** [sub-platformsupport-make_first] Error 3
make[2]: *** Waiting for unfinished jobs....
I don't see the "debug me" message if I change src/src.pro like so:
diff --git a/src/src.pro b/src/src.pro
index ab93641..c8928f8 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -130,8 +130,10 @@ contains(QT_CONFIG, dbus) {
force_bootstrap: SUBDIRS += src_tools_bootstrap_dbus
SUBDIRS += src_tools_qdbusxml2cpp src_tools_qdbuscpp2xml
TOOLS += src_tools_qdbusxml2cpp src_tools_qdbuscpp2xml
- contains(QT_CONFIG, accessibility-atspi-bridge): \
+ contains(QT_CONFIG, accessibility-atspi-bridge) {
+ message("debug me")
src_platformsupport.depends += src_dbus src_tools_qdbusxml2cpp
+ }
src_plugins.depends += src_dbus src_tools_qdbusxml2cpp src_tools_qdbuscpp2xml
}
contains(QT_CONFIG, concurrent):SUBDIRS += src_concurrent
Might be related to a2da88712f1e057747f68a28361b300faac5e605.
Attachments
Issue Links
- is duplicated by
-
QTBUG-43683 Building on openSuSE 13.2 fails
- Closed