mirror of
https://git.launchpad.net/~ubuntu-qt-code/ubuntu/+source/calamares/+git/calamares
synced 2025-02-15 22:48:21 +00:00
10 lines
226 B
Plaintext
10 lines
226 B
Plaintext
|
#!/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
|