Commit abe53d91 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

cmake: Qt4 include directory.

parent 69f981ec
......@@ -394,6 +394,7 @@ endif(Lua_FOUND)
find_package(Qt4)
if(QT4_FOUND)
set(HAVE_QT4 TRUE)
include_directories(${QT_INCLUDES})
vlc_check_include_files (qt.h)
vlc_enable_modules(qt4)
vlc_add_module_compile_flag(qt4 ${QT_CFLAGS} )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment