Hello.
I just did a Test Deploy on a Windows 10 and a Windows 7 Clean VM Machine. Qt Version is 5.5.0
I know this is about Embedded Linux and around 5 Months old.
But I have the same Problem. It is exactly the same Error Message. Does anybody found a real working Solution yet? The .pak File is in my Application Main Folder. I created a qt.conf and tried the following Settings:
[Paths]
Prefix=<QCoreApplication::applicationDirPath()>
Prefix=<>
Prefix=<\>
Prefix=<&PWD>
Nothing worked so far. I could not find the answer, how to tell Prefix to use the current Directory.
In addition: Has anybody created a BR yet? If not, I can do this.
Thanks
Oliver
EDIT01: Finally I found a way to make it work:
[Paths]
Prefix=.
Time will tell if this will bring up other Bugs, Glitches etc.