Hi Tobias,
my current project folder looks something like that.
src/
src/view
src/config
the source directory is the one where I expected the executable to lie in.
the view and config are the directories I want to access.
This worked well until now.
On my Linux system this works still perfect.
But my windows environment build the exe to the debug or release subdirectories.
Which looks something like this.
src/
src/view
src/config
src/debug - here
src/release - or here lies the executable
and in this case I can't get access to view/ or config/ because I expected these directories as a subdir
of the directory the executable lies in.
I tried it with shadow building and and without.
bq. Did you go through the Qt version selection dialog when you opened your project?
Sorry but I didn't really understand this question.
I already tried different Qt versions, but every time I get the same result.