mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
10 lines
215 B
CMake
10 lines
215 B
CMake
add_definitions( -DQT_NO_CAST_FROM_ASCII )
|
|
add_definitions( -DQT_NO_CAST_TO_ASCII )
|
|
|
|
add_subdirectory(messageviewer)
|
|
|
|
if(KDEPIM_BUILD_DESKTOP)
|
|
add_subdirectory(ktexteditor)
|
|
endif()
|
|
|
|
add_subdirectory(kaddressbook)
|