deepin-ocr/debian/rules
He MingYang 155256cbd9 feat(工程建立): OCR文字识别工程建立
no

Log: no
Change-Id: I6bb42a4ae96f000a1ee937d2c69d1f7e3208e7e3
2021-06-10 19:02:46 +08:00

13 lines
263 B
Makefile
Executable File

#!/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)"