mirror of
https://github.com/linuxdeepin/gio-qt.git
synced 2025-01-12 23:36:32 +01:00
7 lines
100 B
Makefile
Executable file
7 lines
100 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
include /usr/share/dpkg/default.mk
|
|
|
|
export QT_SELECT = qt5
|
|
|
|
%:
|
|
dh $@ --parallel
|