Installer

This commit is contained in:
Jakub Melka
2021-04-25 18:33:41 +02:00
parent 55b6c0ee11
commit a4ea87f061
10 changed files with 186 additions and 39 deletions

View File

@ -24,6 +24,7 @@ namespace pdf
// Name of the library, together with version
static constexpr const char* PDF_LIBRARY_NAME = "Pdf4Qt 1.0.0";
static constexpr const char* PDF_LIBRARY_VERSION = "1.0.0";
// Structure file constants
static constexpr const char* PDF_END_OF_FILE_MARK = "%%EOF";