user660975
user660975

Reputation:

Where can Qt Creator plugins in binary form be found?

Where can I find plugins for Qt Creator available in binary form?

Upvotes: 1

Views: 611

Answers (1)

Arnold Spence
Arnold Spence

Reputation: 22272

Because of the diversity of platforms that Qt supports you may be hard pressed to find many plugins in binary form. The Qt developer network does maintain a list of QtCreator plugins here. Some of these may be available in binary formats but since they are plugins for software designed to compile software, it shouldn't be a big problem if you have to build them yourself :)

Upvotes: 1

Related Questions