File: rules

package info (click to toggle)
qtav 1.12.0%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,028 kB
  • sloc: cpp: 60,092; ansic: 1,045; sh: 957; xml: 137; asm: 126; makefile: 45; java: 34
file content (12 lines) | stat: -rwxr-xr-x 329 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

DEB_BUILD_MULTIARCH ?= $(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)
export QT_SELECT=qt5

export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed

%:
	dh $@ --buildsystem qmake

override_dh_auto_configure:
	dh_auto_configure -Sqmake -- CONFIG+="no_rpath recheck config_libass_link config_openal_link no-tests"