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:
authorDmitriy Efimov <DarkDemiurg>2019-06-07 15:19:56 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-06-07 15:27:46 +0300
commit8efc781ddcd6355d4059645c381a741ddd9bab30 (patch)
tree5178837d16117e59b9d433b83769f0601e8e3019 /GNUmakefile
parent0cfdc8d182a51e67ccd12063162fa96d4b633c16 (diff)
GNUMakeFile: Fix bad command line to generate QTCreator project.
Report with fix in D5035 by Dmitriy Efimov (@DarkDemiurg), thanks.
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)"