ScreenTranslator/ScreenTranslator.pro

41 lines
775 B
Prolog
Raw Normal View History

2013-11-23 13:48:34 +07:00
#-------------------------------------------------
#
# Project created by QtCreator 2013-11-22T12:00:23
#
#-------------------------------------------------
2013-11-24 19:43:37 +07:00
QT += core gui network webkitwidgets
2013-11-23 13:48:34 +07:00
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = ScreenTranslator
TEMPLATE = app
2013-11-24 19:43:37 +07:00
INCLUDEPATH += C:/build/include
LIBS += -LC:/build/bin -ltesseract
2013-11-23 13:48:34 +07:00
SOURCES += main.cpp\
Manager.cpp \
SettingsEditor.cpp \
SelectionDialog.cpp \
GlobalActionHelper.cpp \
Recognizer.cpp \
Translator.cpp
2013-11-23 13:48:34 +07:00
HEADERS += \
Manager.h \
SettingsEditor.h \
SelectionDialog.h \
GlobalActionHelper.h \
Recognizer.h \
2013-11-24 19:43:37 +07:00
Translator.h \
Settings.h
2013-11-23 13:48:34 +07:00
FORMS += \
SettingsEditor.ui \
SelectionDialog.ui
RESOURCES += \
Recources.qrc