Page MenuHome

Fixed typo in build_files/cmake/cmake_qtcreator_project.py
AbandonedPublic

Authored by inactive account (sybrenstuvel) on Nov 23 2014, 1:02 PM.

Details

Summary

The QT Creator project generator script contains this usage example:

python .~/blender-git/blender/build_files/cmake/cmake_qtcreator_project.py ~/blender-git/cmake

Either ./blender-git or ~/blender-git should be used, but not .~/blender-git. This patch fixes that, by choosing ~/blender-git, in line with the last CLI argument.

Diff Detail

Event Timeline

inactive account (sybrenstuvel) retitled this revision from to Fixed typo in build_files/cmake/cmake_qtcreator_project.py.
This revision is now accepted and ready to land.Dec 29 2014, 1:51 PM
This revision now requires review to proceed.Dec 29 2014, 1:52 PM