diff --git a/.gitreview b/.gitreview new file mode 100644 index 000000000..6d4bd4e4a --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=codereview.qt-project.org +project=qt/qt3d +defaultbranch=dev diff --git a/REUSE.toml b/REUSE.toml index 61da14322..cb2d718f7 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -97,7 +97,7 @@ SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd." SPDX-License-Identifier = "BSD-3-Clause" [[annotations]] -path = [".tag", "**/.gitattributes", "**.gitignore"] +path = [".tag", "**/.gitattributes", "**.gitignore", "**/.gitreview"] precedence = "closest" comment = "version control system. Licensed as build system" SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."