Warning, /office/calligra/extras/quickprint/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 set( QUICK_PRINT_SERVICES
0003 )
0004 
0005 if( SHOULD_BUILD_APP_KARBON )
0006     set( QUICK_PRINT_SERVICES ${QUICK_PRINT_SERVICES} karbon_print.desktop )
0007 endif()
0008 
0009 if( SHOULD_BUILD_APP_SHEETS )
0010     set( QUICK_PRINT_SERVICES ${QUICK_PRINT_SERVICES} sheets_print.desktop )
0011 endif()
0012 
0013 if( SHOULD_BUILD_APP_STAGE )
0014     set( QUICK_PRINT_SERVICES ${QUICK_PRINT_SERVICES} stage_print.desktop )
0015 endif()
0016 
0017 if( SHOULD_BUILD_APP_WORDS )
0018     set( QUICK_PRINT_SERVICES ${QUICK_PRINT_SERVICES} words_print.desktop )
0019 endif()
0020 
0021 install( FILES ${QUICK_PRINT_SERVICES} DESTINATION ${SERVICES_INSTALL_DIR}/ServiceMenus/calligra)