]> git.sesse.net Git - kdenlive/commitdiff
Fix MLT linking with local install, patch by Alberto Villa
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Wed, 22 Apr 2009 09:44:56 +0000 (09:44 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Wed, 22 Apr 2009 09:44:56 +0000 (09:44 +0000)
svn path=/trunk/kdenlive/; revision=3328

src/CMakeLists.txt

index 8baf82d979afc4d4d571e903a07b90c43a5b0659..35bece3a7218cac45278b0d4c549bde38a417416 100644 (file)
@@ -5,14 +5,14 @@ add_subdirectory( mimetypes )
 find_package(Nepomuk REQUIRED)
 
 include_directories (
+    ${LIBMLT_INCLUDE_DIR}
+    ${LIBMLTPLUS_INCLUDE_DIR}
     ${QDBUS_INCLUDE_DIRS} 
     ${CMAKE_SOURCE_DIR} 
     ${CMAKE_BINARY_DIR} 
     ${KDE4_INCLUDES}
 
     ${CMAKE_SOURCE_DIR}/src/widgets
-    ${LIBMLT_INCLUDE_DIR}
-    ${LIBMLTPLUS_INCLUDE_DIR}
     ${NEPOMUK_INCLUDES}
 )