Comment 2 for bug 1302620

Revision history for this message
Benjamin Zeller (zeller-benjamin) wrote :

Ok, this is a temporary solution until we merge our additions to remotelinux upstream.
We had to add code that allows us to create own custom remotelinux runconfigurations
for the Ubuntu SDK.

The patch itself does remove any functionality it just adds a interface.
However we can not leave the "vanilla" remotelinux plugin in the QtC package
because they would conflict and QtC would load both plugins.

It breaks ABI because i added a new interface and had to derive one of the already existend
classes from that interface wich does the breakage. However all remotelinux dependend plugins
in QtC are exported as well into packages:
qtcreator-plugin-remotelinux
qtcreator-plugin-qnx
qtcreator-plugin-valgrind