I want to add to Qt project a contents of directory which contains: a bash script and a few java files inside other various sub-directories. I tried INCLUDEPATH and it didn't work.
I don't want the directory in the build directory, I want it inside the .app file (OS X bundle) so when I use macdeployqt
they are all packed inside a .dmg
file.