[Development] Building QtWayland is broken

Thiago Macieira thiago.macieira at intel.com
Mon Dec 30 02:57:04 CET 2013


On domingo, 29 de dezembro de 2013 22:15:51, Johan Thelin wrote:
> I've been trying to build QtWayland from git using Qt 5.2 for a little
> while now, and I've come to the conclusion that the module depends on
> the module being installed to actually build. The actual issue is I
> run into occurs when building wayland_wrapper/qwlcompositor.cpp:

Don't do qmake && make for that module. Instead, do:

qmake
cd src/plugins
qmake
make

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/development/attachments/20131229/6676b009/attachment.sig>


More information about the Development mailing list