Can open source QtCreator create a BSD license binary, for example?

Asked 1 years ago, Updated 1 years ago, 120 views

I heard that QtCreator supports non-Qt projects, but could you create a binary that is not LGPLv3 from QtCreator?

In other words, wouldn't Qt Creator have to mix pieces of code into non-Qt projects or link libraries to release them under the LGPLv3 license?

Normally, I don't think IDE licenses affect the project, but I'd like to see what the document says.

I understand the GPL exception clause of GCC/libstdc++ for Android Project.I'm looking for something like this QtCreator version.

qt license qt-creator gpl

2022-09-30 21:24

1 Answers

I have never seen it myself, and the Qt license page did not specify whether the code created in QtCreator itself would be LGPLv3.(There were exceptions to linked objects)

If you want to confirm the licensing requirements for individual software, I think you should check with the Qt Company.

# As long as you use it as an editor, the auto-generated code can be zero.


2022-09-30 21:24

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.