What's the right way to share a header file between projects using Qt creator?

Should I add the file to BOTH projects and just leave it one or the other's directory structure?

I'm using svn. Will the file commit if I commit either project?

Thanks!