mirror of
https://github.com/linuxdeepin/gio-qt.git
synced 2024-11-10 12:03:46 +01:00
8 lines
100 B
Makefile
Executable File
8 lines
100 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
include /usr/share/dpkg/default.mk
|
|
|
|
export QT_SELECT = qt5
|
|
|
|
%:
|
|
dh $@ --parallel
|