-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Description
System: ArchLinux x86_64
IDE: Qt Creator
Issues occurs on stable and master branches.
Hello,
I recently tried to use OpenFrameworks in Qt Creator. So I downloaded the github repo, compiled openFrameworks, installed the templates, everything worked fine.
However, in Qt Creator, when I create a project and try to compile & run it from Qt Creator, the program fails to start (no executable specified). So I try running it, and get this error:
error while loading shared libraries: libfmod.so.12: cannot open shared object file: No such file or directory
It shoudn't even try to use fmod in the first place. But even if it should, there's a libfmod.so.12 file in the bin directory.
The "weird" thing is that if I go to the project directory and use make to build the project, everything works fine.
Note the project is in (openFrameworks directory)/apps/myApps/, so Qt automatically detects openFrameworks.