mloskot / qt-creator-plugin-boostbuild

Boost.Build Project Manager Plugin for Qt Creator
GNU Lesser General Public License v2.1
13 stars 8 forks source link

Does not compile with current QtCreator trunk (> 3.1) #8

Closed jhunold closed 9 years ago

jhunold commented 10 years ago

Hi! It seems that the QtCreator plugin API is not stable, so this plugin stopped compiling a short time after you published it. Do you have any plans to revive it? If yes, the best solution would be to submit it to qt-project.org for integration into the main QtCreator tree. Else I fear that this will be broken again and again. I hope I can offer some help if needed.

mloskot commented 10 years ago

@jhunold Thank you very much for the heads up. Yes, I will have to update the plugin. I should have time to do it next week/weekend.

Regarding the integration, I have no objections, but due to time constraints I'm not able to pursue the process. So, if anyone is willing to take care of the submission, that would be great.

jhunold commented 9 years ago

Hi! It seems you did not find the time to do work on this. I'd like to submit this to the QtCreator project, but have some time contraints myself. And I'm not sure if you as copyright holder have to accept the CLA and submit it yourself. Despite having both Copyright (C) 2013 Mateusz Łoskot Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). in your headers.

mloskot commented 9 years ago

Hi Jürgen,

I haven't managed to get on it yet as it turns I have to recreate Qt development environment. I'll try to get it done soon.

Meanwhile, I'm not sure about CLA either. What would you suggest to do?

jhunold commented 9 years ago

According to http://qt-project.org/contributionagreement.html you have to accept the CLA and submit your code via Gerrit as you are the copyright holder. It is on you if you want to do that. But I think maintaining a creator plugin outside of the main repository is nearly impossible. There are just still to many API breakages.

mloskot commented 9 years ago

@jhunold I have submitted the CLA via Gerrit capture

jhunold commented 9 years ago

Great. That was the first step. Now you just have to push the code to Gerrit.

mloskot commented 9 years ago

Should be fixed now, addressed by #11 and #12