10 lines
144 B
Text
10 lines
144 B
Text
|
#!/usr/bin/make -f
|
||
|
|
||
|
export QT_SELECT=5
|
||
|
|
||
|
%:
|
||
|
dh $@
|
||
|
|
||
|
override_dh_auto_configure:
|
||
|
dh_auto_configure -- -DEMBED_TRANSLATIONS=ON -DBUILD_TESTING=ON
|