QT build question
-
- Posts: 15
- Joined: Thu Feb 25, 2016 11:47 am
QT build question
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!!
Re: QT build question
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?
What compiler are you using by the way? On which operating system?
Daniel, CloudCompare admin
-
- Posts: 15
- Joined: Thu Feb 25, 2016 11:47 am
Re: QT build question
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
Re: QT build question
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.
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
-
- Posts: 15
- Joined: Thu Feb 25, 2016 11:47 am
Re: QT build question
Thanks for you guide.I have solved my problem with the help of my brother