You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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!
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
Steps to Reproduce
Try configuring SceneSwitcher with Qt 6.8.
Anything else we should know?
No response
The text was updated successfully, but these errors were encountered: