Fix the build somewhat, there are more problems.

This commit is contained in:
Andreas Hartmetz
2011-01-30 20:21:56 +01:00
parent 878d7c30e2
commit fdcd6c8419

View File

@@ -1,5 +1,8 @@
find_package(KDE4 4.6.40 REQUIRED)
add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES})
KDE4_NO_ENABLE_FINAL(konsole)
add_subdirectory( src )