File: rules

package info (click to toggle)
stretchplayer 0.503-5.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 500 kB
  • sloc: cpp: 2,344; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 204 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export QT_SELECT=qt5
export DESTDIR=$(CURDIR)/debian/stretchplayer

%:
	dh $@ --buildsystem=cmake

override_dh_auto_configure:
	dh_auto_configure -- -DCMAKE_POLICY_VERSION_MINIMUM=3.5