开发者

how open in eclipse ".pro File Editor"

开发者 https://www.devze.com 2023-02-01 16:16 出处:网络
i\'m need in eclipse the qt and openCV library. i\'m found the tutorialhttp://www.welding.iat.uni-bremen.de/cms/index.php?view=article&catid=14%3Aimage-processing&id=14%3Aa-tutorial-on-integra

i'm need in eclipse the qt and openCV library. i'm found the tutorial http://www.welding.iat.uni-bremen.de/cms/index.php?view=article&catid=14%3Aimage-processing&id=14%3Aa-tutorial-on-integrating-eclipse-qt-and-opencv&format=pdf&option=com_content&Itemid=24 where writen last step " We make sure that the Advance Mode is selected, we create a New Variable (1) and we give the name LIBS to this variable (2) selecting the Append as Assignment Operator. We have to add the following content 开发者_C百科to the variable(2), -L/usr/local/lib -lcxcore -lcv -lhighgui -lcvaux". how my open last window so as double clicking don't open. Opens file where code


TEMPLATE = app
TARGET = ex1 
QT        += core gui 
HEADERS   += ex1.h
SOURCES   += main.cpp \
    ex1.cpp
FORMS     += ex1.ui    
RESOURCES +=

how my run it task? sorry bad english.


If I understand correctly: Right click on .pro file and go to 'Qt Project Editor', if it is not there then you can use the text editor option (or something is wrong with your Eclipse Qt installation).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号