2022-03-30 17:56:27 +08:00
|
|
|
#!/usr/bin/make -f
|
2023-08-29 18:37:31 +08:00
|
|
|
DPKG_EXPORT_BUILDFLAGS = 1
|
2022-03-30 17:56:27 +08:00
|
|
|
include /usr/share/dpkg/default.mk
|
2023-08-29 18:37:31 +08:00
|
|
|
export QT_SELECT = qt6
|
2022-03-30 17:56:27 +08:00
|
|
|
|
|
|
|
%:
|
|
|
|
dh $@ --buildsystem=cmake
|