Qt Creator does not display QML folder

I have a Qt project in Qt Creator. I have a file qrc

with registered QMLs and everything works. However, for some reason, the Qt Creator Projects view does not display the QML folder (attached screenshot) as it does for any sample project.

I'm just curious. Why doesn't the QML folder appear in my project, but it does appear for sample projects?

list of folders

+3


source to share


2 answers


You need to add them to your .pro file (if I'm not mistaken, just add them to DISTFILES

).



+2


source


The numbers are that you must add files to the directive DISTFILES

.



+1


source







All Articles