File: rules

package info (click to toggle)
qgnomeplatform 0.9.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 396 kB
  • sloc: cpp: 3,015; makefile: 12
file content (20 lines) | stat: -rwxr-xr-x 418 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@



override_dh_auto_configure:
	dh_auto_configure -- -DCMAKE_POLICY_VERSION_MINIMUM=3.5
	dh_auto_configure --builddir=qt6-build -- -DUSE_QT6=true -DCMAKE_POLICY_VERSION_MINIMUM=3.5

override_dh_auto_build:
	dh_auto_build
	dh_auto_build --builddir=qt6-build

override_dh_auto_install:
	dh_auto_install
	dh_auto_install --builddir=qt6-build