Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't build without -DENABLE_QT=ON #143

Open
alyssais opened this issue Oct 12, 2024 · 0 comments
Open

Doesn't build without -DENABLE_QT=ON #143

alyssais opened this issue Oct 12, 2024 · 0 comments

Comments

@alyssais
Copy link

Even with qtbase available, unless I explicitly set -DENABLE_QT=ON, I get compiler errors like this:

In file included from /build/source/src/actions/../mmg-utils.h:20,
                 from /build/source/src/actions/../mmg-message.h:22,
                 from /build/source/src/actions/mmg-action.h:22,
                 from /build/source/src/actions/mmg-action-video-sources.h:20,
                 from /build/source/src/actions/mmg-action-video-sources.cpp:19:
/build/source/src/actions/../obs-midi-mg.h:22:10: fatal error: QObject: No such file or directory
   22 | #include <QObject>
      |          ^~~~~~~~~

If some QT things are always needed, even if -DENABLE_QT=OFF, there probably needs to be an unconditional find_package for Qt6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant