Please how do i write comments in a .qrc file in qt c++.
I found out the normal c++ comment styles doesn't work.
Please i need help.

QRC files are XML files, so comments can be written using the XML comment syntax:

<!-- This is a comment! -->
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.