Skip to content

Commit

Permalink
release version 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Jul 31, 2013
1 parent 61c0cbf commit 4e66eb1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CURRENT_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10
1.11
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@ Project homepage: [zdenop.github.com/qt-box-editor](http://zdenop.github.com/qt-

Screenshots: [wiki](https://github.com/zdenop/qt-box-editor/wiki)

Download current (devel) source: [tar.gz](https://github.com/zdenop/qt-box-editor/tarball/master) or [zip](https://github.com/zdenop/qt-box-editor/zipball/master)
Download wind32 static build or [source](https://github.com/zdenop/qt-box-editor/downloads)
Download current (devel) source: [tar.gz](https://github.com/zdenop/qt-box-editor/tarball/master) or [zip](https://github.com/zdenop/qt-box-editor/zipball/master).

The latest released source is [qt-box-editor-v1.11](https://github.com/zdenop/qt-box-editor/tarball/master/tree/v1.11).

Download [win32 binary build](http://sourceforge.net/projects/qtboxeditor/?source=dlp) from [sourceforge.net](http://sourceforge.net/projects/qtboxeditor/)

Licence: [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)


DESCRIPTION
-----------

QT Box Editor is tool for adjusting [tesseract-ocr](http://code.google.com/p/tesseract-ocr/) box files. Aim of this project is to provide easy and efficient way for editing regardles file size.
QT Box Editor is tool for adjusting [tesseract-ocr](http://code.google.com/p/tesseract-ocr/) box files. Aim of this project is to provide easy and efficient way for editing regardless file size.

Release information can be found in CHANGELOG file. Code and artwork contribution is welcomed.

Expand Down Expand Up @@ -62,9 +65,9 @@ Other icons/artwork were created for Qt Box Editor and they are released under A
Distribution
------------

For Windows users there is binary a version in [Download](https://github.com/zdenop/qt-box-editor/downloads) section. From version 1.09 distribution is split to 2 part:
* qt-box-editor executable (e.g. qt-box-editor-1.09.exe or qt-box-editor-1.10.exe) - share build
* qt-box-editor dependecies (e.g. qt-box-editor-1.09-dependecies.zip) - needed 3rd party libraries to run qt-box editor.
For Windows users there is binary a version in [sourceforge.net](http://sourceforge.net/projects/qtboxeditor/?source=dlp) section. From version 1.09 distribution is split to 2 part:
* qt-box-editor executable (e.g. qt-box-editor-1.11.exe) - share build
* qt-box-editor dependecies (e.g. qt-box-editor-1.11-dependecies.zip) - needed 3rd party libraries to run qt-box editor.
There is a hope that qt-box-editor dependecies can be used for next few qt-box-editor releases.

On other platforms you need to build qt-box-editor from source. You will need QT4, leptonica and tesseract.
On other platforms you need to build qt-box-editor from source. You will need QT4 (v1.11 is compatible with QT5), leptonica and tesseract.
13 changes: 5 additions & 8 deletions qt-box-editor.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TEMPLATE = app
VERSION = 1.11dev
VERSION = 1.11
TARGET = qt-box-editor-$${VERSION}

DEPENDPATH += ./ \
Expand All @@ -12,10 +12,10 @@ INCLUDEPATH += ./ \
src

QT += network svg
QT += testlib
#QT += testlib

CONFIG += debug warn_on
#CONFIG += release warn_off
#CONFIG += debug warn_on
CONFIG += release warn_off

OBJECTS_DIR += temp
MOC_DIR += temp
Expand Down Expand Up @@ -62,14 +62,11 @@ LIBS += -llept -ltesseract

win32: {
DESTDIR = ./win32
#DIR_SEPARATOR = \
# CONFIG += static release embed_manifest_exe
CONFIG += release embed_manifest_exe
TMAKE_CXXFLAGS += -DQT_NODLL
TMAKE_CXXFLAGS += -fno-exceptions -fno-rtti -static
#QTPLUGIN += qsvg # image formats
#DEFINES += _COMPOSE_STATIC_
DEFINES += WINDOWS __BLOB_T_DEFINED
DEFINES += WINDOWS
#QMAKE_LFLAGS.gcc += -static-libgcc # -static
RC_FILE = resources/win.rc
INCLUDEPATH += win32-external/include/
Expand Down

0 comments on commit 4e66eb1

Please sign in to comment.