On Wednesday 22 April 2009 21:28:57 Alberto Villa wrote:
> i think i hate cmake... building the port for kdenlive i had it trying to
> include qt3 headers... i fixed it moving KDE4_INCLUDES before mlt's one,
> but now /usr/local/include is still included before
> /var/tmp/kdenlive/include (nothing is breaking at the moment just because
> mlt-0.3.8 ~= mlt-0.3.9)... does anyone know how to postpone the most
> -I/usr/local/include without patches at buildtime?

it should be ok now!
please, commit this patch...
-- 
Alberto Villa <[email protected]>
--- src/CMakeLists.txt.orig	2009-05-01 17:04:21.000000000 +0200
+++ src/CMakeLists.txt	2009-05-01 17:03:59.000000000 +0200
@@ -2,9 +2,11 @@
 add_subdirectory( widgets )
 add_subdirectory( mimetypes )
 
+find_package(Qt4 REQUIRED)
 find_package(Nepomuk REQUIRED)
 
 include_directories (
+    ${QT_INCLUDES}
     ${LIBMLT_INCLUDE_DIR}
     ${LIBMLTPLUS_INCLUDE_DIR}
     ${QDBUS_INCLUDE_DIRS} 
------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Kdenlive-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kdenlive-devel

Reply via email to