Not able to add more images .
Unsolved
Qt for MCUs
-
I am trying to add more images by using qml_add_resource in cmake.using 16MB SDRAM,but while adding more images getting hang issue .if i am using less images its working fine
-
@Priyadharshini-kumaravel How many images and how big are those?
-
@Priyadharshini-kumaravel Depending on which build system you are using, you can try to enable "big resources":
- qmake:
CONFIG+=resources_big
- cmake with qt5_add_big_resources => https://doc.qt.io/qt-5/qtcore-cmake-qt5-add-big-resources.html
- qmake:
-
@KroMignon will it work for Qt MCU also?
-
@Priyadharshini-kumaravel I don't know, never used Qt for MCUs.