rgriebl / brickstore

An offline BrickLink inventory management tool.
https://www.brickstore.dev/
GNU General Public License v3.0
121 stars 26 forks source link

Add missing Qt Studio installation dependency to compile instructions #873

Closed joalcava closed 7 months ago

joalcava commented 7 months ago

In the "Building from Source" documentation, there is no mention to "Qt image formats" being required to build the source, however if it is not present an alert will be displayed and the program will close due the following line: https://github.com/rgriebl/brickstore/blob/27e7efbfb44ce6a4e6543855413a0e078edd83bb/src/common/application.cpp#L163

This PR adds a mention to said dependency in the docs.