You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
497 B
18 lines
497 B
project(Konsole) |
|
|
|
find_package(KDE4 4.7.0 REQUIRED) |
|
include(KDE4Defaults) |
|
|
|
add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS}) |
|
add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS) |
|
add_definitions(-DKDE_DEFAULT_DEBUG_AREA=1211) |
|
include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES}) |
|
|
|
kde4_no_enable_final(konsole) |
|
|
|
add_subdirectory( src ) |
|
add_subdirectory( data ) |
|
add_subdirectory( desktop ) |
|
add_subdirectory( doc/manual ) |
|
|
|
macro_display_feature_log()
|
|
|