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

Build fails with Qt 6.8 #1240

Open
alyssais opened this issue Oct 15, 2024 · 2 comments · May be fixed by #1244
Open

Build fails with Qt 6.8 #1240

alyssais opened this issue Oct 15, 2024 · 2 comments · May be fixed by #1244

Comments

@alyssais
Copy link

Operating System Info

Other

Other OS

NixOS

OBS Studio Version

30.2.3

Advanced Scene Switcher Version

1.27.2

Plugin settings

No response

OBS Studio Log URL

No response

OBS Studio Crash Log URL

No response

Expected Behavior

CMake runs successfully, like with Qt 6.7.

Current Behavior

CMake Error at cmake/common/helpers_common.cmake:94 (set_property):
  set_property can not be used on an ALIAS target.
Call Stack (most recent call first):
  cmake/common/advss_helpers.cmake:286 (find_qt)
  plugins/midi/CMakeLists.txt:62 (setup_advss_plugin)

Steps to Reproduce

Try configuring SceneSwitcher with Qt 6.8.

Anything else we should know?

No response

@WarmUpTill WarmUpTill linked a pull request Oct 16, 2024 that will close this issue
@WarmUpTill
Copy link
Owner

Does it compile for you if you are building the qt-cmake branch?

@alyssais
Copy link
Author

I had to build with -Wno-error=deprecated-declarations to get past QCheckBox::stateChanged(int) being deprecated now, but with that as well, it worked with that branch. Thanks!

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

Successfully merging a pull request may close this issue.

2 participants