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

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to