You cant link binaries. You can only link static or shared libs... you should make a library from the functionality in the non-Qt app that you want to share, and include/link it in your new app.
You cant link binaries. You can only link static or shared libs... you should make a library from the functionality in the non-Qt app that you want to share, and include/link it in your new app.
If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.
Bookmarks