Using embedded QT under Linux

Source: Internet
Author: User

Steps

1 Compiling and installing arm-qte-4.8.5 under Linux

2 Modify the configuration file, set the path of the QTE

Vim/etc/profile

Export Qtdir= 's own QT installation directory

Export path= $QTDIR/bin: $PATH

Export ld_library_path= $QTDIR/lib: $LD _library_path

Vim/etc/bashrc

Ditto

3 Create a QT project in Qt-creater, copy to Linux system

4 Execute the qmake command in the project catalog, generate the Makefile file

5 Execute the Make command to generate the executable file

6 Transfer executable files to arm board via serial port or network

7 Modifying file permissions

chmod 777 File name

8 Execute./File-qws

9 End

This article is from the "Venus Blog" blog, be sure to keep this source http://10678423.blog.51cto.com/10668423/1690552

Using embedded QT under Linux

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.