-
Notifications
You must be signed in to change notification settings - Fork 53
fix: compatibility with Qt 6.10 #284
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
Conversation
Credits to Antonio Rojas from Arch Linux.
Synchronize source files from linuxdeepin/qt5integration. Source-pull-request: linuxdeepin/qt5integration#284
|
Note
详情{
"CMakeLists.txt": [
{
"line": " HOMEPAGE_URL \"https://github.com/linuxdeepin/qt5integration\"",
"line_number": 15,
"rule": "S35",
"reason": "Url link | cc21178aa0"
}
]
} |
CMakeLists.txt
Outdated
| if(PROJECT_VERSION_MAJOR EQUAL 6) | ||
| set(VERSION_SUFFIX 6) | ||
| find_package(QT NAMES Qt6 REQUIRED COMPONENTS Core) | ||
| find_package(Qt6 COMPONENTS CorePrivate GuiPrivate WidgetsPrivate REQUIRED) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CorePrivate在qt6.10才分的包吧, linuxdeepin/qt6integration#97 在qt6.8上编译错误了,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
应该改好了~
Synchronize source files from linuxdeepin/qt5integration. Source-pull-request: linuxdeepin/qt5integration#284
deepin pr auto review我来审查这段代码,主要关注语法逻辑、代码质量、性能和安全性。 语法逻辑
代码质量
性能
安全性
改进建议
这些建议可以提高代码的可读性、可维护性和健壮性,同时保持原有功能不变。 |
|
Note
详情{
"CMakeLists.txt": [
{
"line": " HOMEPAGE_URL \"https://github.com/linuxdeepin/qt5integration\"",
"line_number": 15,
"rule": "S35",
"reason": "Url link | cc21178aa0"
}
]
} |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 18202781743, felixonmars The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Synchronize source files from linuxdeepin/qt5integration. Source-pull-request: linuxdeepin/qt5integration#284
Credits to Antonio Rojas from Arch Linux.