Page 1 of 1

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

Posted: Mon Mar 30, 2015 3:20 am
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.

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

Posted: Mon Mar 30, 2015 6:47 am
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.