Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 821b2f5ef7d..c2cd0a623ce 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -408,7 +408,7 @@ test_style_osl_qtc: .FORCE
#
project_qtcreator: .FORCE
- $(PYTHON) build_files/cmake/cmake_qtcreator_project.py "$(BUILD_DIR)"
+ $(PYTHON) build_files/cmake/cmake_qtcreator_project.py --build-dir "$(BUILD_DIR)"
project_netbeans: .FORCE
$(PYTHON) build_files/cmake/cmake_netbeans_project.py "$(BUILD_DIR)"