mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-01-01 11:47:56 -05:00
14 lines
216 B
Makefile
Executable File
14 lines
216 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
export QT_SELECT := qt6
|
|
|
|
%:
|
|
dh $@ --parallel
|
|
|
|
override_dh_auto_configure:
|
|
ln -s /usr/bin/qmake6 ./qmake
|
|
PATH=`pwd`:$(PATH) dh_auto_configure
|
|
|
|
override_dh_auto_clean:
|
|
$(RM) qmake
|
|
dh_auto_clean
|