feat(工程建立): OCR文字识别工程建立

no

Log: no
Change-Id: I6bb42a4ae96f000a1ee937d2c69d1f7e3208e7e3
This commit is contained in:
He MingYang
2021-06-10 18:54:54 +08:00
committed by hemingyang
parent 6e5f39162a
commit 155256cbd9
88 changed files with 5685 additions and 0 deletions

12
debian/rules vendored Executable file
View File

@ -0,0 +1,12 @@
#!/usr/bin/make -f
include /usr/share/dpkg/default.mk
export QT_SELECT=qt5
%:
dh $@
override_dh_auto_configure:
qmake
dh_auto_configure -- \
-- VERSION=$(VERSION) LIB_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH) DEFINES+="VERSION=$(DEB_VERSION_UPSTREAM)"