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