Solution for configuring OpenCV library and qt cannot start the terminal simulator 'xtermin' in qt under Fedora14

Source: Internet
Author: User
Solution for configuring OpenCV library in qt of Fedora14 and failing to start terminal simulator 'xtermin' in qt: 1 in Fedora14 (Linux, gedit/usr/share/qt4/mkspecs/default/qmake. the conf file contains the following two sentences: QMAKE_INCDIR =/usr/include/opencvQMAKE_LIBS =-lcvaux

In februa 14, qt configures the OpenCV library and qt cannot start the terminal simulator 'xtermin'. solution:

Qt configuration OpenCV in Fedora 14 (Linux:

1, gedit/usr/share/qt4/mkspecs/default/qmake. conf

The following two sentences are added to the file:

QMAKE_INCDIR =/usr/include/opencv
QMAKE_LIBS =-lcvaux-lcv-lcxcore-lhighgui-lml

2. Add the following in the. pro file of the project file:

INCLUDEPATH + =/usr/include/opencv
LIBS + =/usr/lib/libcv. so \
/Usr/lib/libcvaux. so \
/Usr/lib/libcxcore. so \
/Usr/lib/libhighgui. so \
/Usr/lib/libml. so

Qt cannot start the terminal simulator 'xtermin' solution:

Yum install xterm

 

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.