Yeah, that's an unfortunate bug that slipped in. It is documented as a known issue and tracked in QTBUG-43205
Simon Original Message From: Uwe Rathmann Sent: Wednesday, December 10, 2014 12:14 To: [email protected] Subject: Re: [Development] Qt 5.4.0 final packages to be tested On Mon, 08 Dec 2014 08:58:57 +0000, Heikkinen Jani wrote: > We have Qt5.4.0 final packages available for your testing here: Tried to build from the source tarballs on my OpenSuSE 13.1 box, but after some while my make runs into pkg-config issues. Well maybe my system is not properly set up for pkg-config ( at least I'm not taking care of it ) so I tried with "-no-pkg-config": configure -opensource -nomake examples -nomake tests -no-pkg-config - confirm-license Now I'm running into this one: ... cd platformsupport/ && ( test -e Makefile || /disk/qt/qt-everywhere- opensource-src-5.4.0/qtbase/bin/qmake /disk/qt/qt-everywhere-opensource- src-5.4.0/qtbase/src/platformsupport/platformsupport.pro -o Makefile ) && make -f Makefile Project ERROR: Unknown module(s) in QT: dbus Before configure had told me: Qt modules and options: Qt D-Bus ............... runtime Qt Concurrent .......... yes Qt GUI ................. yes Qt Widgets ............. yes Large File ............. yes QML debugging .......... yes Use system proxies ..... no Uwe _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
