Possible Duplicate:
How to list package dependees (reverse dependencies)?
I want to find all the packages in the Ubuntu repository that depends on one particular package. In this case I want that dependency to be libqt4-dev, so I can find all the packages developed with Qt. I know I need to use apt-cache, but I'm not sure what the arguments should be.