I have a Qt/VisualStudio application which should start from a removable device without installation. I want to place in the root directory only the executable and all the required DLLs in in a directory "data".
The executable should load the DLLs from "data", but no path to "data" should be set before. The DLL search-path should be hard coded in the exe and it should be (only) ".\data"
Is it possible? I'm using VS2008. I've read the documantation on each linker-parameter, but have not identified a proper yet.