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:
authorDamien Plisson <damien.plisson@yahoo.fr>2009-11-18 18:54:25 +0300
committerDamien Plisson <damien.plisson@yahoo.fr>2009-11-18 18:54:25 +0300
commita9e79d255dca224eca1885834a6d8dedf3401250 (patch)
tree6839522ed1cfdca679635563b486ca4c474c2935 /SConstruct
parenta57730875d30eaca5f73057c524d0f9180b5307b (diff)
scons update to enable build with QTKit (Cocoa Quicktime)
Thx Jens Verwiebe for the patch
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct5
1 files changed, 5 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index e6dd85e8cff..369a1801aec 100644
--- a/SConstruct
+++ b/SConstruct
@@ -224,6 +224,11 @@ if env['WITH_GHOST_COCOA'] == True:
env.Append(CFLAGS=['-DGHOST_COCOA'])
env.Append(CXXFLAGS=['-DGHOST_COCOA'])
env.Append(CPPFLAGS=['-DGHOST_COCOA'])
+
+if env['USE_QTKIT'] == True:
+ env.Append(CFLAGS=['-DUSE_QTKIT'])
+ env.Append(CXXFLAGS=['-DUSE_QTKIT'])
+ env.Append(CPPFLAGS=['-DUSE_QTKIT'])
#check for additional debug libnames