application runs as app from Finder but cannot run in QT Creator (Mac)
Unsolved
General and Desktop
-
After I succesfuly built the application, it generates the app in the target debug folder, i can click on it and run without a problem, but when I run and debug in in QTCreator I am getting the errors
dyld: Library not loaded: @executable_path/../Frameworks/QtGui.framework/Versions/5/QtGui
Reason: image not foundWhat am I missing here and what do i need to check?
-
Hi,
Does it also happen from a clean build ?