diff --git a/huagao/huagaotwds.pro b/huagao/huagaotwds.pro index e3ab9b09..ccb7bde6 100644 --- a/huagao/huagaotwds.pro +++ b/huagao/huagaotwds.pro @@ -12,6 +12,12 @@ CONFIG += c++11 DEFINES += TWPP_IS_DS _AFXDLL INCLUDEPATH += $$PWD/../ $$PWD/../twpp $$PWD/../3rdparty/opencv/include $$PWD/../3rdparty/nick $$PWD/../3rdparty/gpdf +INCLUDEPATH += $$PWD/include/leptonica \ + $$PWD/include/tesseract-ocr/api \ + $$PWD/include/tesseract-ocr/ccutil \ + $$PWD/include/tesseract-ocr/ccstruct \ + $$PWD/include/tesseract-ocr/ccmain + CONFIG(release, debug|release){ LIBS += -L$$PWD/../3rdparty/opencv/x86/staticlib/release \ -L$$PWD/../3rdparty/gpdf/x86/staticlib/release \ diff --git a/huagao/huagaotwds.rc b/huagao/huagaotwds.rc index 58c5d63a..1477b832 100644 Binary files a/huagao/huagaotwds.rc and b/huagao/huagaotwds.rc differ diff --git a/huagao/stdafx.h b/huagao/stdafx.h index b893f27d..6233ac7d 100644 Binary files a/huagao/stdafx.h and b/huagao/stdafx.h differ