I have released my Windows version of my program with the install and everything is working great. I am now working on the mac version, which is running, and I am having some trouble with the qwt library file locations when building the deployment package.
When I run oTool -L on my application, it says the qwt library should be at @executable-path/../Frameworks/qwt.framework/Versions/6/qwt. However, this file does not exist there. So the deployment tool then tries to find it at the /Library/Framework/... area and its not there either. the Library is under Users/ken/qwt-6.0.1/lib
This is really messing up the macdeployqt tool. What do I need to change in the make files, qwt install files, my project files or other files so that the qwt library is copied to my application folder when when I build my app?
I know where the file is, just need to fix it somehow.
Ken
Bookmarks