Hi,
I am trying to create costum singleton QML file, for some configuration of my app in Felgo 4.0 and no mattter what I try to do I get value of my costum property: “undefined” but I set that property value to 15 in my singleton QML file.
in my singleton QML file I typed “pragma Singleton” before anything else and I typed:
set_source_files_properties(MySingleton.qml PROPERTIES
QT_QML_SINGLETON_TYPE ON
)
into my CMakeLists.txt after command that lists all qml/js files. How to make it work?