mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
17 lines
312 B
CMake
17 lines
312 B
CMake
project(Konsole)
|
|
|
|
include_directories(
|
|
${CMAKE_SOURCE_DIR}
|
|
${CMAKE_BINARY_DIR}
|
|
${CMAKE_BINARY_DIR}/libs/konq
|
|
${CMAKE_SOURCE_DIR}/libs/konq
|
|
)
|
|
|
|
add_definitions(
|
|
${QT_QTDBUS_DEFINITIONS}
|
|
-DKDE_DEFAULT_DEBUG_AREA=1211
|
|
)
|
|
|
|
add_subdirectory(src)
|
|
add_subdirectory(data)
|
|
add_subdirectory(desktop)
|