nn-usb-fpga/PS2_INTERFACE/src/TexEditor/compile-mips

6 lines
224 B
Bash
Executable File

#!/bin/sh
QT_BASE_DIR="/home/ari/sie/p/openwrt-xburst/build_dir/target-mipsel_uClibc-0.9.30.1/qt-everywhere-opensource-src-4.7.0"
${QT_BASE_DIR}/bin/qmake -spec ${QT_BASE_DIR}/mkspecs/qws/linux-openwrt-g++ -o Makefile
make