forked from rohitsaluja22/OpenOCRCorrect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqpadfinal.pro
42 lines (31 loc) · 817 Bytes
/
qpadfinal.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#-------------------------------------------------
#
# Project created by QtCreator 2016-06-13T18:03:39
#
#-------------------------------------------------
QT += core gui
QT += printsupport
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = qpadfinal
TEMPLATE = app
#LIBS += -L"/home/rohit/ExpFinal/2OCRCorrect"
#LIBS += -L"/usr/local/bin/tesseract"
#LIBS += -L"/usr/local/lib" -llept\
# -ltesseract
#LIBS += -L"/home/nilesh/OCRCorrection/boost_1_61_0/stage/lib" -lboost_serialization
SOURCES +=\
mainwindow.cpp \
main.cpp \
zoom.cpp \
qcustomplot.cpp
HEADERS += mainwindow.h \
eddis.h \
slpNPatternDict.h \
trieEditdis.h \
zoom.h \
qcustomplot.h \
meanStdPage.h
FORMS += mainwindow.ui
RESOURCES += \
AppResources.qrc
CONFIG += c++11