1
0
mirror of git://projects.qi-hardware.com/nn-usb-fpga.git synced 2025-01-10 14:50:14 +02:00
nn-usb-fpga/Examples/sram_gpio/QT_src/compile-mips

6 lines
251 B
Plaintext
Raw Normal View History

2010-09-24 18:27:12 +03:00
#!/bin/sh
QT_BASE_DIR="/home/cain/Embedded/ingenic/sakc/build/openwrt-xburst/build_dir/target-mipsel_uClibc-0.9.32/qt-everywhere-opensource-src-4.7.0-beta2"
${QT_BASE_DIR}/bin/qmake -spec ${QT_BASE_DIR}/mkspecs/qws/linux-openwrt-g++ -o Makefile
make