How to create Resources folder?
Solved
General and Desktop
-
I would like to add some images to my project and according to convention I should add them using Resources folder. Although, I'm struggling with creating it. How can I do it?
-
@CuriousPan said in How to create Resources folder?:
Resources folder
You probably mean resource files?
Did you see https://doc.qt.io/qt-5/resources.html ? -
Yes, I did. But when I put in .pro file
Resources = nameOfApplication.qrc
nothing works. -
@CuriousPan said in How to create Resources folder?:
Resources = nameOfApplication.qrc
the pro-file is case-sensitive