Skip to content

Error while building with Qt Creator #6733

Description

@mattmatt0

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions