pbouda / buildroot-qt-dev

A Buildroot config to build an environment for Qt5 development on embedded systems.
GNU General Public License v3.0
63 stars 24 forks source link

Error while building QT5 application #8

Closed tfateba closed 7 years ago

tfateba commented 7 years ago

Hello, there is a problem while cloning the repository https://github.com/pbouda/brummbeere.git All file inside the directory beere-qml-components are missing. So there is a compilation error while running make command.

Cheers, Theo.

pbouda commented 7 years ago

You probably have to init the sub-module:

$ git submodule init
$ git submodule update

It's mentioned in the documentation: http://brummbeere.readthedocs.io/en/latest/compiling.html

tfateba commented 7 years ago

Thank you for your answer.