PDA

View Full Version : qt5-5.12 - Why are all directories empty?



kmiklas
8th May 2019, 20:32
Howdy,

Cloned the following repo:
https://github.com/qt/qt5

- Why are all the sub-directories are empty?
- Do I have to clone each sub-repo (qtbase, etc.) separately?
- Is it possible to just get everything?

I need to build from source to support a custom dissector.

Thanks,
Keith

anda_skoa
9th May 2019, 08:34
Qt is split into submodules so it is possible to only checkout those which you need.

See README.git in the top level directory

Cheers,
_

DPilichiewicz
30th June 2019, 14:24
Howdy,

Cloned the following repo:
https://github.com/qt/qt5

- Why are all the sub-directories are empty?
- Do I have to clone each sub-repo (qtbase, etc.) separately?
- Is it possible to just get everything?

I need to build from source to support a custom dissector.

Thanks,
Keith


git clone --recursive may fix this