In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-11 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly explains "the process of ubuntu installing qt development environment". Interested friends may wish to have a look at it. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn "the process of ubuntu installing qt development environment".
1. Install Qt under Ubuntu
The code is as follows:
$sudo apt-get install qt4-dev-tools qt4-doc qt4-qtconfig qt4-demos qt4-designer
Note: qt4-dev-tools includes tools such as Qt Assistant and Qt Linguist, so there is no need to install these two tools separately. In addition, qt4-doc is a help document that contains a detailed description of the various class libraries in Qt and a wealth of sample programs, which can be opened and read using the Qt Assistant tool. Qt4-qtconfig is a dialog box for configuring the Qt environment, which is generally fine by default and rarely needs to be changed. Qt4-demos contains many executable files that can be run, as well as source code. Qt4-designer is a designer used to design GUI interfaces.
Install the driver that connects to the MySQL
The code is as follows:
$sudo apt-get install libqt4-sql-mysql
Third, install the third-party QWT library
The code is as follows:
$sudo apt-get install libqwt5-qt4 libqwt5-qt4-dev
Note: after installing these, open Qt Designer and you will find that the group "Qwt Widget" is added to the Widget list on the left
Fourth, install the integrated development environment QDevelop
The code is as follows:
$sudo apt-get install qdevelop
Note: it doesn't have to be installed, but as far as I'm concerned, using Qdevelop to write code and compile and debug, and using QtDesigner to design the interface will be more efficient.
At this point, I believe you have a deeper understanding of "the process of installing the qt development environment in ubuntu". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.