-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
QDS 4.4
-
None
qml2puppet can pick up the font files specified in qmlproject file but the executable built on qt creator can only pick up the system-installed fonts and also the ones manually added either in qml or cpp.
i experieced this when my original module inside imports folder was using an non-installed font and it worked on qds launch but not in qt creator.
this can cause some frustration and confusion for the user.
i think it'd be nicer if the qds automatically generates the font registering cpp code or something based on the font files registered in qmlproject for each module, so that the user doen't have to care about it and also the app becomes more portable as it doesn't rely on the system it runs on.