Commit e6292fb3 authored by Oleg Korshul's avatar Oleg Korshul Committed by Alexander Trofimov

versions up

parent 4d3b406c
...@@ -7,7 +7,7 @@ ...@@ -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
......
...@@ -6,7 +6,7 @@ ...@@ -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
......
...@@ -6,7 +6,7 @@ ...@@ -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
......
...@@ -7,7 +7,7 @@ ...@@ -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
......
...@@ -6,7 +6,7 @@ ...@@ -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
......
...@@ -6,7 +6,7 @@ ...@@ -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
......
...@@ -6,7 +6,7 @@ ...@@ -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 { ...@@ -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)
} }
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment