Warning, /office/calligra/cmake/productsets/desktop.cmake is written in an unsupported language. File is not indexed.

0001 #defines the set of products commonly wanted for classic Desktop environment
0002 
0003 calligra_define_productset(DESKTOP "Calligra for Desktop"
0004     OPTIONAL
0005         # apps
0006         BRAINDUMP
0007         KARBON
0008         SHEETS
0009         STAGE
0010         WORDS
0011         # features
0012         FEATURE_SCRIPTING
0013         FEATURE_RDF
0014         # extras
0015         APP_CALLIGRA
0016         APP_CONVERTER
0017         FILEMANAGER
0018         OKULAR
0019         # docs
0020         DOC
0021 )