QT build question

Feel free to ask any question here
Post Reply
zhuhaixiong
Posts: 15
Joined: Thu Feb 25, 2016 11:47 am

QT build question

Post by zhuhaixiong »

Hello,I want to use QT to implement the Plungins of CloudCompare,but the problem occurs when I finished the build of the CMakelist.txt eg:a dialog appears saying:The CDB process is terminated.How can i solve this problem,I need your help!!
daniel
Site Admin
Posts: 7710
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: QT build question

Post by daniel »

When you say 'I finished the build of the CMakelist.txt', do you mean that you have successfully generated the compilation project with CMake? Or you have actually compiled the project?

What compiler are you using by the way? On which operating system?
Daniel, CloudCompare admin
zhuhaixiong
Posts: 15
Joined: Thu Feb 25, 2016 11:47 am

Re: QT build question

Post by zhuhaixiong »

Actually,I am a newby.I have not understand which complier it use,maybe you can get it in this picture,oh how to send a picture in the reply,would you like to communicate with me by Email ?MY EMAIL zhu951755015@gmail.com
zhuhaixiong
Posts: 15
Joined: Thu Feb 25, 2016 11:47 am

Re: QT build question

Post by zhuhaixiong »

my OS is WIN7
daniel
Site Admin
Posts: 7710
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: QT build question

Post by daniel »

How much of a newbie are you? Because I hardly have the time to learn you how to compile a project or even use CMake, sorry.

First get a compiler (Visual 2013 for instance would be the easiest choice). But I believe Code::blocks + mingw should work (not sure as it's a long time since nobody tried it - or reported it at least).

Then make sure to follow the instructions here:
http://www.cloudcompare.org/doc/wiki/in ... ompilation

If you encounter an issue, then search on the forum for similar questions. And if you can't find anything then you can post new messages in this thread of course.
Daniel, CloudCompare admin
zhuhaixiong
Posts: 15
Joined: Thu Feb 25, 2016 11:47 am

Re: QT build question

Post by zhuhaixiong »

Thanks for you guide.I have solved my problem with the help of my brother
Post Reply