93d0f89d71
no Log: no Change-Id: Iae1e7dffbf4ae653c77094f535001f119c962c71
14 lines
254 B
Makefile
Executable File
14 lines
254 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export QT_SELECT=5
|
|
include /usr/share/dpkg/default.mk
|
|
|
|
%:
|
|
dh $@
|
|
|
|
|
|
override_dh_auto_configure:
|
|
qmake
|
|
dh_auto_configure -- VERSION=$(VERSION) LIB_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH) DEFINES+="VERSION=$(DEB_VERSION_UPSTREAM)"
|
|
|