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:
authorLukas Toenne <lukas.toenne@googlemail.com>2012-10-08 16:02:55 +0400
committerLukas Toenne <lukas.toenne@googlemail.com>2012-10-08 16:02:55 +0400
commit5a9bb39e34ec7938599e6ece30198b359cf47187 (patch)
tree3970d9cf4c3606fc57a828efebd3d19b82ec13f3
parentdb54caf430071090b9e3bfa86deba778166447ef (diff)
Fix for own commit r51178, duplicate line.
-rwxr-xr-xbuild_files/cmake/cmake_qtcreator_project.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/build_files/cmake/cmake_qtcreator_project.py b/build_files/cmake/cmake_qtcreator_project.py
index c0a5b34318f..83ea761e2d1 100755
--- a/build_files/cmake/cmake_qtcreator_project.py
+++ b/build_files/cmake/cmake_qtcreator_project.py
@@ -108,7 +108,6 @@ def create_qtc_project_main():
f.write("// ADD PREDEFINED MACROS TO %s_custom.config!\n" % FILE_NAME)
qtc_custom_cfg = os.path.join(PROJECT_DIR, "%s_custom.config" % FILE_NAME)
if os.path.exists(qtc_custom_cfg):
- f.write(fc.read())
fc = open(qtc_custom_cfg, 'r')
f.write(fc.read())
fc.close()