You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/filters/kspread/qpro/libqpro
Michele Calgaro 7a7827396f
Replace Qt with TQt
2 months ago
..
qpro Fix FTBFS on openSUSE Tumbleweed 4 years ago
src Renaming of files in preparation for code style tools. 3 years ago
AUTHORS Added old abandoned KDE3 version of koffice 15 years ago
COPYING Added old abandoned KDE3 version of koffice 15 years ago
ChangeLog Renaming of files in preparation for code style tools. 3 years ago
INSTALL Added old abandoned KDE3 version of koffice 15 years ago
Makefile.am Added old abandoned KDE3 version of koffice 15 years ago
NEWS Added old abandoned KDE3 version of koffice 15 years ago
README Replace Qt with TQt 2 months ago
TODO Replace Qt with TQt 2 months ago

README

libqpro library
===============

Purpose
-------
This C++ library provides functionality for reading and (eventually) writing
Quattro Pro spreadsheet files.

The library is designed as a tool for developers and does not provide any
(useful) programs itself.

The library was originally designed and written for the KSpread KDE
spreadsheet program as part of the Quattro Pro filter.  I have tried to write
it as a reusable set of classes so that it may used by other people,
particularly those writing spreadsheet filters.

KOffice programs rely heavily on the TQt set of classes.  A TQt interface to
the library provides a lot of advantages.  However I realise that not everyone
wants to include TQt in their code and so the package produces either one or
two libraries.  If TQt is installed on the build machine then both libraries
are built, otherwise only the non-TQt library is produced.

Installation
------------
To compile and install enter the usual:
  ./configure
  make
  make install