qt_add_resources(<VAR> file1.qrc [file2.qrc ...] [OPTIONS ...])
You can set additional OPTIONS
that should be added to the rcc
calls. You can find possible options in the rcc documentation.
For embedding bigger resources, see qt_add_big_resources.
This command was introduced in Qt 5.15. You can use qt5_add_resources in older versions of Qt.
You can set additional OPTIONS
that should be added to the rcc
calls. You can find possible options in the rcc documentation.
set(SOURCES main.cpp) qt_add_resources(SOURCES example.qrc) add_executable(myapp ${SOURCES})
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.15/qtcore-cmake-qt-add-resources.html