Move several py scripts from build_files to tools.

Preliminary step towards adding 'system python' validation for some
build-essential py scripts (!130746).

Pull Request: https://projects.blender.org/blender/blender/pulls/132025
This commit is contained in:
Bastien Montagne
2024-12-17 19:02:45 +01:00
committed by Bastien Montagne
parent ef0fcab8b7
commit e83d87f588
8 changed files with 10 additions and 10 deletions

View File

@@ -31,7 +31,7 @@ SOURCE_DIR = cmake_find_source(PROJECT_DIR)
cmd = (
"python",
os.path.join(SOURCE_DIR, "build_files/cmake/cmake_qtcreator_project.py"),
os.path.join(SOURCE_DIR, "tools/utils_ide/cmake_qtcreator_project.py"),
"--build-dir",
PROJECT_DIR,
)