Summary of problems with installing qt sdk in Ubuntu 11.10

Source: Internet
Author: User

-------- Abstract --------

I installed the qt sdk many times in Ubuntu 11.10. I encountered many problems one by one. The solution is almost all seen on the Internet :)

The installation package is an offline installation package qt_sdk_lin32_offline_v1_1_4_en.run downloaded from the official website (qt.nokia.com ).

-------- Zheng Wen --------

The installation will get stuck. Baidu has a solution. For details, refer to http://sakurasea.com/program/qtsdk-setup-problem-on-ubuntu/. I have tried both methods.

1) Use sudo;

sudo ./Qt_SDK_Lin32_offline_v1_1_4_en.run

2)

./Qt_SDK_Lin32_offline_v1_1_4_en.run -style cleanlooks

Let's talk about it separately,

1) easy to use, cheap and big bowl, easy to solve the problem. However, after the installation, the qtsdk Program folder and the owner and group of the corresponding installation files are all root. If the user logging on to the system is not root, some errors will be reported when the QT creator is enabled, it seems that the configuration file has no corresponding permissions. You need to change the owner and group of the program folder to solve the problem;

2) After installation, run a QT test program and Output

The topic engine cannot be found in the module path: "pixmap"

. Reference http://www.yesure.net /? P = 6959 and Momo (sort) o...

sudo apt-get install gtk2-engines-pixbuf

After the qt sdk is installed, it is completely installed and a new project is created, but the desktop program cannot be created... I have encountered this situation many times, and my solution is to reload it again. =

File ==> new file or project ==> QT Control Project/Qt GUI application

 

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.