diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index 51f0d80b240..2d788685158 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -578,6 +578,10 @@ ENDIF(CMAKE_SYSTEM_NAME MATCHES "Linux") LIST(APPEND BLENDER_SORTED_LIBS bf_intern_itasc) ENDIF(WITH_IK_ITASC) + IF(WITH_QUICKTIME) + LIST(APPEND BLENDER_SORTED_LIBS bf_quicktime) + ENDIF(WITH_QUICKTIME) + FOREACH(SORTLIB ${BLENDER_SORTED_LIBS}) SET(REMLIB ${SORTLIB})