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:
authorCampbell Barton <ideasman42@gmail.com>2011-02-28 22:48:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-28 22:48:56 +0300
commitfa42cf671acc04cf303011a54f08169ed102bc31 (patch)
tree4fe6a245f81b0ab04238845d27a330e826ae69e1 /build_files/cmake/cmake_qtcreator_project.py
parent7348a50d7917252a49ef26afd2e7bbfb26c49dbe (diff)
git users complain this breaks for them
Diffstat (limited to 'build_files/cmake/cmake_qtcreator_project.py')
-rw-r--r--build_files/cmake/cmake_qtcreator_project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/cmake_qtcreator_project.py b/build_files/cmake/cmake_qtcreator_project.py
index 24e168f718f..4dfedaf7399 100644
--- a/build_files/cmake/cmake_qtcreator_project.py
+++ b/build_files/cmake/cmake_qtcreator_project.py
@@ -73,7 +73,7 @@ def is_svn_file(filename):
def is_project_file(filename):
- return (is_c_any(filename) or is_cmake(filename)) and is_svn_file(filename)
+ return (is_c_any(filename) or is_cmake(filename)) # and is_svn_file(filename)
def cmake_advanced_info():