Skip to content

Commit eb074f0

Browse files
committed
macOS: Fix macOS build error
1 parent 74503ac commit eb074f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Plugins/WebBrowser/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ set(WebBrowser_UI_FILES
7272
Resource/Resource.qrc
7373
)
7474

75-
if(QT_VERSION GREATER_EQUAL "6.7.0")
75+
if(QT_VERSION GREATER_EQUAL 6.7.0)
7676
list(APPEND WebBrowser_SOURCE_FILES
7777
DlgWebAuth.cpp
7878
DlgScreenCapture.cpp

Plugins/WebBrowser/FrmWebView.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ void CFrmWebView::onStateChanged(QWebEngineWebAuthUxRequest::WebAuthUxState stat
524524
m_pDlgWebAuth->updateDisplay();
525525
}
526526
}
527-
#endif
527+
#endif // #if QT_VERSION >= QT_VERSION_CHECK(6, 7, 0)
528528

529529
// Test example: https://www.webmfiles.org/demo-files/
530530
void CFrmWebView::slotFullScreenRequested(QWebEngineFullScreenRequest request)

0 commit comments

Comments
 (0)