Since i'm compiling my application with scons I hope it provides a tool for that.
If scons supports Qt well enough to handle moc it should offer an easy way to manage qrc files. If it does not you can still generate the .cpp files by hand using rcc and add them to your project.
Bookmarks