mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 10:22:50 +00:00
11 lines
244 B
CMake
11 lines
244 B
CMake
project(console)
|
|
|
|
add_definitions( -DQT_NO_CAST_FROM_ASCII )
|
|
add_definitions( -DQT_NO_CAST_TO_ASCII )
|
|
|
|
add_subdirectory(calendarjanitor)
|
|
add_subdirectory(konsolekalendar)
|
|
|
|
if (KDEPIMLIBS_KRESOURCES_LIBS)
|
|
add_subdirectory(kabcclient)
|
|
endif ()
|