Details
-
Task
-
Resolution: Fixed
-
P2: Important
-
QDS 1.6 RC
Description
Assets added to the DS project are not added to the QUL resource system inside the CMakeLists.txt project
This causes a compilation failure in Qt Creator if no manual changes are made.
A similar trick as for QML files could be done: file(GLOB_RECURSE images "*.png") # and all other supported image formats. qul_add_resource(dsmcu FILES ${images})