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-12-02 17:39:49 +0300
committerDamien Plisson <damien.plisson@yahoo.fr>2009-12-02 17:39:49 +0300
commita219c93cb0415962ce09930a6475286bc4a18453 (patch)
tree090db3754cfcd88b14e31c0abd3527b25b22bac8 /source/blender/quicktime/CMakeLists.txt
parentd56324b254ce689bf1d983696c2d4e4af1ea6604 (diff)
Quicktime(Carbon/win32) : add operator to raise the "compression settings" quicktime standard dialog
Diffstat (limited to 'source/blender/quicktime/CMakeLists.txt')
-rw-r--r--source/blender/quicktime/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/quicktime/CMakeLists.txt b/source/blender/quicktime/CMakeLists.txt
index 14589ca4c5b..7df589b21df 100644
--- a/source/blender/quicktime/CMakeLists.txt
+++ b/source/blender/quicktime/CMakeLists.txt
@@ -34,6 +34,7 @@ SET(INC
.
../quicktime
../makesdna
+ ../makesrna
../../../intern/guardedalloc
../blenlib
../blenkernel
@@ -43,6 +44,7 @@ SET(INC
../blenloader
../render/extern/include
../include
+ ../windowmanager
)
SET(INC ${INC} ${QUICKTIME_INC})