Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recipe linkandpostlink failed with exit code 1 error

Tags:

qt

When I try to run a qt application on a Symbian device (N8 for example), I receive the following:

warning: Missing dependency detected: C:/QtSDK/Symbian/SDKs/Symbian3Qt473/epoc32/release/armv5/lib/kqoauthd0.dso
error: Recipe linkandpostlink failed with exit code 1.

Any one hear about that type of error?

like image 847
h_kassem Avatar asked Apr 26 '26 01:04

h_kassem


1 Answers

Solved !!! The problem was that I am including a .dll library, this works great for the simulator but not for the device, so the idea was to include all .h and .cpp files if the target is a symbian device, and the .dll library if the target is the simulator.

like image 143
h_kassem Avatar answered May 01 '26 10:05

h_kassem



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!