Qt 6.11 is out! See what's new in the release
blog
Using qt_add_qml_module() if all files in resources. How?
-
Hello all!
Right now trying to use Qt 6.5 and checking some of new features. There are question about qt_add_qml_module() CMake function. Is there necessity to use it if all of my QML files inside of Resources (*.qrc)? There are no any files used directly. Every QML source is packed into QRC.
-
Hello all!
Right now trying to use Qt 6.5 and checking some of new features. There are question about qt_add_qml_module() CMake function. Is there necessity to use it if all of my QML files inside of Resources (*.qrc)? There are no any files used directly. Every QML source is packed into QRC.