qt4 - How to compile Qt creator Gui application in Terminal -
i trying cross compile qt creator application in ubuntu terminal
/home/prabhu/backup/toolchain/bin/arm-linux-gnueabi-g++ -i /home/prabhu/downloads/imx_for_qt/qt-everywhere-opensource-src-4.7.3/include main.cpp mainwindow.cpp
is process correct? or need mention mainwindow.ui
- first need configure qt-everywhere-opensource-src-4.7.3 i.mx6 board type make make install folder in file system ex: opt/qt-arm can found qmake file in "opt/qt-arm/qmake" qt creator give tools->options->qt4->qt versions give qmake location manually. give version name. use our version name defualt version name , compile qt creator application. application compiled imx board.
Comments
Post a Comment