配置调整

This commit is contained in:
lovelyyoung 2020-08-15 16:43:43 +08:00
parent 6d93230f8b
commit e540b84a4d
3 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,12 @@ CONFIG += c++11
DEFINES += TWPP_IS_DS _AFXDLL DEFINES += TWPP_IS_DS _AFXDLL
INCLUDEPATH += $$PWD/../ $$PWD/../twpp $$PWD/../3rdparty/opencv/include $$PWD/../3rdparty/nick $$PWD/../3rdparty/gpdf 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){ CONFIG(release, debug|release){
LIBS += -L$$PWD/../3rdparty/opencv/x86/staticlib/release \ LIBS += -L$$PWD/../3rdparty/opencv/x86/staticlib/release \
-L$$PWD/../3rdparty/gpdf/x86/staticlib/release \ -L$$PWD/../3rdparty/gpdf/x86/staticlib/release \

Binary file not shown.

Binary file not shown.