Warning, /office/calligra/filters/sheets/qpro/3rdparty/libqpro/README is written in an unsupported language. File is not indexed.
0001 libqpro library 0002 =============== 0003 0004 Purpose 0005 ------- 0006 This C++ library provides functionality for reading and (eventually) writing 0007 Quattro Pro spreadsheet files. 0008 0009 The library is designed as a tool for developers and does not provide any 0010 (useful) programs itself. 0011 0012 The library was originally designed and written for the KSpread KDE 0013 spreadsheet program as part of the Quattro Pro filter. I have tried to write 0014 it as a reusable set of classes so that it may used by other people, 0015 particularly those writing spreadsheet filters. 0016 0017 Calligra programs rely heavily on the QT set of classes. A QT interface to 0018 the library provides a lot of advantages. However I realise that not everyone 0019 wants to include QT in their code and so the package produces either one or 0020 two libraries. If QT is installed on the build machine then both libraries 0021 are built, otherwise only the non-QT library is produced. 0022 0023 Installation 0024 ------------ 0025 To compile and install enter the usual: 0026 ./configure 0027 make 0028 make install 0029 0030 0031