-
Notifications
You must be signed in to change notification settings - Fork 22
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
feat: support qt6.8 #154
feat: support qt6.8 #154
Conversation
Warning
详情 {
"export": {
"debian/rules": {
"a": [
"export QT_SELECT=5"
],
"b": [
"export QT_SELECT=6"
]
}
},
"unset": {
"libimageviewer/libimageviewer-qt5.cmake": {
"b": [
"unset(DTK_VERSION_MAJOR)",
"unset(IMGE_VERSION_MAJOR)"
]
}
}
} |
Note
详情{
"libimageviewer/viewpanel/navigationwidget.cpp": [
{
"line": "const QString SETTINGS_ALWAYSHIDDEN_KEY = \"NavigationAlwaysHidden\";",
"line_number": 24,
"rule": "S106",
"reason": "Var naming | 131b620167"
}
],
"debian/image-editor6.1": [
{
"line": "https://www.deepin.org/en/original/image-editor/",
"line_number": 24,
"rule": "S35",
"reason": "Url link | 3a5cc1554e"
}
],
"debian/control": [
{
"line": "Homepage: http://www.deepin.org",
"line_number": 52,
"rule": "S35",
"reason": "Url link | 6fe814dfb7"
}
]
} |
Support Qt6.8 - Update debian/control remove obsolete depends; - Compile both Qt5 and Qt6 based packages; - Updated CMake configuration to include Qt6 support; - Updated method calls for Qt6 compatibility; - Removed obsolete files related to Qt5; - Update README.md. Log: Support Qt6.8
78603b4
to
689c9df
Compare
Warning
详情 {
"export": {
"debian/rules": {
"a": [
"export QT_SELECT=5"
],
"b": [
"export QT_SELECT=6"
]
}
},
"unset": {
"libimageviewer/libimageviewer-qt5.cmake": {
"b": [
"unset(DTK_VERSION_MAJOR)",
"unset(IMGE_VERSION_MAJOR)"
]
}
}
} |
Note
详情{
"libimageviewer/viewpanel/navigationwidget.cpp": [
{
"line": "const QString SETTINGS_ALWAYSHIDDEN_KEY = \"NavigationAlwaysHidden\";",
"line_number": 24,
"rule": "S106",
"reason": "Var naming | 131b620167"
}
],
"debian/image-editor6.1": [
{
"line": "https://www.deepin.org/en/original/image-editor/",
"line_number": 24,
"rule": "S35",
"reason": "Url link | 3a5cc1554e"
}
],
"debian/control": [
{
"line": "Homepage: http://www.deepin.org",
"line_number": 52,
"rule": "S35",
"reason": "Url link | 6fe814dfb7"
}
]
} |
[是否满足兼容性要求] Y |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: pengfeixx, rb-union The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Support Qt6.8
Log: Support Qt6.8