versions up

This commit is contained in:
Oleg Korshul
2016-05-13 18:50:12 +03:00
committed by Alexander Trofimov
parent 4d3b406cc4
commit e6292fb3aa
559 changed files with 9 additions and 9 deletions

View File

@ -7,7 +7,7 @@
QT -= core QT -= core
QT -= gui QT -= gui
VERSION = 1.0.0.1 VERSION = 1.0.0.3
TARGET = doctrenderer TARGET = doctrenderer
TEMPLATE = lib TEMPLATE = lib

View File

@ -6,7 +6,7 @@
QT -= core gui QT -= core gui
VERSION = 1.0.0.2 VERSION = 1.0.0.3
TARGET = DjVuFile TARGET = DjVuFile
TEMPLATE = lib TEMPLATE = lib

View File

@ -6,7 +6,7 @@
QT -= core gui QT -= core gui
VERSION = 1.0.0.1 VERSION = 1.0.0.3
TARGET = HtmlFile TARGET = HtmlFile
TEMPLATE = lib TEMPLATE = lib

View File

@ -7,7 +7,7 @@
QT -= core QT -= core
QT -= gui QT -= gui
VERSION = 1.0.0.1 VERSION = 1.0.0.3
TARGET = HtmlRenderer TARGET = HtmlRenderer
TEMPLATE = lib TEMPLATE = lib

View File

@ -6,7 +6,7 @@
QT -= core gui QT -= core gui
VERSION = 1.0.0.3 VERSION = 1.0.0.4
TARGET = PdfReader TARGET = PdfReader
TEMPLATE = lib TEMPLATE = lib

View File

@ -6,7 +6,7 @@
QT -= core gui QT -= core gui
VERSION = 1.0.0.3 VERSION = 1.0.0.4
TARGET = PdfWriter TARGET = PdfWriter
TEMPLATE = lib TEMPLATE = lib

View File

@ -6,7 +6,7 @@
QT -= core gui QT -= core gui
VERSION = 1.0.0.1 VERSION = 1.0.0.3
TARGET = UnicodeConverter TARGET = UnicodeConverter
TEMPLATE = lib TEMPLATE = lib
@ -89,7 +89,7 @@ win32 {
TARGET_EXT = .dll TARGET_EXT = .dll
INCLUDEPATH += $$PWD/icubuilds/$$ICU_BUILDS_PLATFORM/include INCLUDEPATH += $$PWD/icubuilds/$$ICU_BUILDS_PLATFORM/include
LIBS += -L$$PWD/icubuilds/$$ICU_BUILDS_PLATFORM/lib -licuuc LIBS += -L$$PWD/../build/bin/icu/$$ICU_BUILDS_PLATFORM -licuuc
message(windows) message(windows)
} }

Some files were not shown because too many files have changed in this diff Show More