Skip to content

Commit

Permalink
fix versions info
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed May 8, 2018
1 parent e9d4e4d commit cf08273
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qt-box-editor.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TEMPLATE = app
QTB_VERSION = "1.13dev"
QTB_VERSION = "1.12rc1"
TARGET = qt-box-editor-$${QTB_VERSION}
DEFINES += APP_VERSION=\\\"$${QTB_VERSION}\\\"
DESTDIR = .
Expand Down Expand Up @@ -82,9 +82,9 @@ win32 {

win32:CONFIG(debug, debug|release) {
TARGET = $$join(TARGET,,,d)
LIBS += -ltesseract305d -lleptonica-1.76.0d
LIBS += -ltesseract305d -lleptonica-1.76.1d
} else {
LIBS += -ltesseract305 -lleptonica-1.76.0
LIBS += -ltesseract305 -lleptonica-1.76.1
}

unix:!macx {
Expand Down

0 comments on commit cf08273

Please sign in to comment.