path fixed

translation added
This commit is contained in:
msn 2014-01-29 22:30:24 +04:00
parent d72b583e39
commit b91ab8b3f7

View File

@ -11,9 +11,9 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = ScreenTranslator
TEMPLATE = app
INCLUDEPATH += C:/build/include
INCLUDEPATH += D:/Files/build/include
LIBS += -LC:/build/bin -ltesseract
LIBS += -LD:/Files/build/bin -ltesseract
SOURCES += main.cpp\
Manager.cpp \
@ -44,6 +44,9 @@ FORMS += \
RESOURCES += \
Recources.qrc
TRANSLATIONS += \
translations/translation_en.ts
win32{
RC_FILE = app.rc
}