Can I use Qcreator to make a project to build the CC?

Feel free to ask any question here
Post Reply
bingyu1413
Posts: 19
Joined: Tue Oct 28, 2014 5:53 am

Can I use Qcreator to make a project to build the CC?

Post by bingyu1413 »

I want to develop some new functions to deal with the pointcloud,but it's not convenient to code in VS2013.Because I'll change some UI in CC.So I have to use cmake to build the CC,and change something in VS2013,it's not convenient.
I want to use QT to develop,my step is:

1:click 'open project' in QCreator.
2:select 'CMakeLists.txt' in the source code of CC,and set the build path.
3:run make.
There has something wrong I can't solve.

How can I make a project with CC in QT(QCreator)?
Could you help me,please.
Thank you a lot.
daniel
Site Admin
Posts: 7710
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Can I use Qcreator to make a project to build the CC?

Post by daniel »

Hi,

I don't know if Cmake is able to create a QCreator project. Otherwise I don't think there's an easy solution.

And note that with Visual you can still use Qt Designer to develop UIs.
Daniel, CloudCompare admin
Post Reply