Marius Storm-Olsen c6f334f766 Add option --codereview-user <username> to add Gerrit repos
By providing the username used for codereviews, the script will
add the proper URLs for the repos currently under Gerrit control.

For repos not under Gerrit control, 'gerrit' will simply refer
to the staging repo, or origin.
2011-06-01 13:16:09 -05:00
2011-04-27 12:34:00 +02:00
2011-05-20 16:16:33 +10:00
2011-05-11 15:24:41 +10:00
2011-05-10 18:14:55 +10:00
2011-05-20 16:16:33 +10:00
2011-05-03 13:47:51 +02:00
2011-04-27 12:34:00 +02:00
2011-04-27 12:34:00 +02:00
2011-05-20 16:16:33 +10:00
2011-04-27 12:34:00 +02:00
2011-05-30 15:30:20 +02:00

To clone and compile the submodules, do execute the following:

  ./init-repository
  ./qtrepotools/bin/qt5_tool -p
  ./configure 
  make

If you are a Nokia developer, you should add the -nokia-developer argument:

  ./init-repository -nokia-developer
  ./qtrepotools/bin/qt5_tool -p
  ./configure -nokia-developer 
  make

Checkout qt5_tool --help for more interesting features, like -s <module> to 
switch to the staging repo of a module.

In order to install the grafts, run
git submodule foreach '../qtrepotools/bin/git-qt-grafts  <path_to_history>'

Note: Currently the repo is in a state, where it does not always build,
especially tests, examples, and demos.  Unfortunately make -k also does not 
help. A workaround is to configure with 

	-nomake tests -nomake examples -nomake demos.

Description
No description provided
Readme 19 MiB
Languages
Shell 59.2%
PowerShell 24.4%
CMake 14.4%
Perl 1.3%
Dockerfile 0.3%
Other 0.3%