- Use '/' key to quickly access this field.
- Enter a name of repository, or repository group for quick search.
- Prefix query to allow special search:
user:admin, to search for usernames, always global
user_group:devops, to search for user groups, always global
pr:303, to search for pull request number, title, or description, always global
commit:efced4, to search for commits, scoped to repositories or groups
file:models.py, to search for file paths, scoped to repositories or groups
For advanced full text search visit: repository search
charts: Follow Qt's already-existent -developer-build option.
This means that rebuilding the entirety of Qt with -developer-build will get us
all autotests.
Furthermore, it fixes the situation on OS X where a debug_and_release build
wouldn't actually fully link.
In addition, we clean up the tests that were stubbed when internals aren't
available to just not build/run them at all by checking private_tests.
Change-Id: I5701559cd91df842f78346d7d6ad9295bee587d0
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>