mirror of
https://git.launchpad.net/~ubuntu-qt-code/ubuntu/+source/calamares/+git/calamares
synced 2025-02-13 13:47:03 +00:00
10 lines
226 B
Makefile
Executable File
10 lines
226 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
|
|
|
|
%:
|
|
dh $@ --with kf5 --with pkgkde_symbolshelper
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
|