9 lines
103 B
Plaintext
9 lines
103 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
|
||
|
#export DH_VERBOSE=1
|
||
|
export USE_QT5=1
|
||
|
|
||
|
|
||
|
%:
|
||
|
dh ${@} --buildsystem cmake --parallel
|