We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0372aae commit a5efefdCopy full SHA for a5efefd
cmake/ObsPluginHelpers.cmake
@@ -412,7 +412,7 @@ if(OS_MACOS)
412
if(TARGET Qt::Core)
413
# Framework version has changed between Qt5 (uses wrong numerical version) and Qt6 (uses
414
# correct alphabetical version)
415
- if(${_QT_VERSION} EQUAL 5)
+ if(_QT_VERSION EQUAL 5)
416
set(_QT_FW_VERSION "${QT_VERSION}")
417
else()
418
set(_QT_FW_VERSION "A")
0 commit comments