19 lines
436 B
Prolog
19 lines
436 B
Prolog
# -------------------------------------------------
|
|
# Project created by QtCreator 2010-03-07T17:36:45
|
|
# -------------------------------------------------
|
|
QT += sql
|
|
TARGET = emsOCR
|
|
TEMPLATE = app
|
|
SOURCES += main.cpp \
|
|
emsocrdialog.cpp \
|
|
word.cpp \
|
|
emsocr.cpp \
|
|
coordinates.cpp \
|
|
tag.cpp
|
|
HEADERS += emsocrdialog.h \
|
|
word.h \
|
|
emsocr.h \
|
|
coordinates.h \
|
|
tag.h
|
|
FORMS += emsocrdialog.ui
|