1
0
mirror of git://projects.qi-hardware.com/nn-usb-fpga.git synced 2025-01-10 00:40:15 +02:00
nn-usb-fpga/Examples/ADC/Scope-QT-src/compile-mips
Carlos Camargo 26b0c73a84 Adding new SAKC version, including LED circuit.
Adding compiling script to Scope Demo
2010-05-20 11:49:05 -05:00

6 lines
253 B
Bash
Executable File

#!/bin/sh
QT_BASE_DIR="/home/cain/Embedded/ingenic/sakc/build/openwrt-xburst/build_dir/target-mipsel_uClibc-0.9.30.1/qt-everywhere-opensource-src-4.6.2/"
${QT_BASE_DIR}/bin/qmake -spec ${QT_BASE_DIR}mkspecs/qws/linux-openwrt-g++ -unix -o Makefile
make