Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
It uses ~30MB of RAM. Can someone tell me why that happens?
@Manu19 That's because all the Qt libraries used by the app are loaded into memory. On Linux you can check which libraries your app uses like this:
ldd PATH_TO_YOUR_APP
Ok, thank you for your answer. Can I disable parts of the Qt libraries?
@Manu19 First step is to check which modules you're currently using: in your pro file check what you add to QT += Do you want to run your app on limited hardware? If not then 30MB is nothing I would carry about too much.
@jsulm Yes, I want to run it on RAM-limited hardware (64MB) I have only this added: QT += quick