Fix the build somewhat, there are more problems.

wilder-portage
Andreas Hartmetz 15 years ago
parent 878d7c30e2
commit fdcd6c8419
  1. 3
      CMakeLists.txt

@ -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 )

Loading…
Cancel
Save