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.
Can I use Qcreator to make a project to build the CC?
-
- Posts: 19
- Joined: Tue Oct 28, 2014 5:53 am
Re: Can I use Qcreator to make a project to build the CC?
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.
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