This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Michael Zanetti 496aa7f218 more jenkins
2014-05-02 01:23:38 +02:00

26 lines
483 B
Makefile
Executable File

#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
export QT_QPA_PLATFORM=minimal
override_dh_auto_configure:
/usr/local/qt5pi/bin/qmake .
override_dh_auto_build:
make
override_dh_clean:
dh_clean
override_dh_install:
dh_install --fail-missing
override_dh_shlibdeps:
LD_LIBRARY_PATH=$(LD_LIBRARY_PATH):/opt/raspi-tools/rasp-pi-rootfs/usr/lib/arm-linux-gnueabihf/ dh_shlibdeps -- --ignore-missing-info
%:
dh $@ --parallel