GNUMakeFile: Fix bad command line to generate QTCreator project.

Report with fix in D5035 by Dmitriy Efimov (@DarkDemiurg), thanks.
This commit is contained in:
Dmitriy Efimov 2019-06-07 14:19:56 +02:00 committed by Bastien Montagne
parent 0cfdc8d182
commit 8efc781ddc
1 changed files with 1 additions and 1 deletions

View File

@ -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)"