mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-26 08:26:43 +08:00
12 lines
258 B
Plaintext
12 lines
258 B
Plaintext
To clone and compile the submodules, do execute the following:
|
|
|
|
./init-repository
|
|
./configure
|
|
make
|
|
|
|
If you are a Nokia developer, you should add the -nokia-developer argument.
|
|
|
|
./init-repository -nokia-developer
|
|
./configure -nokia-developer
|
|
make
|