Skip to content
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

Fixed localization of World Clock with Qt6 #2039

Merged
merged 1 commit into from
Mar 26, 2024
Merged

Fixed localization of World Clock with Qt6 #2039

merged 1 commit into from
Mar 26, 2024

Conversation

tsujan
Copy link
Member

@tsujan tsujan commented Mar 25, 2024

QDateTime::toString returned a localized string with Qt5, but it doesn't with Qt6.

`QDateTime::toString` returned a localized string with Qt5, but it doesn't with Qt6.
@tsujan tsujan requested a review from stefonarch March 25, 2024 16:58
Copy link
Member

@stefonarch stefonarch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working fine , GTM

@stefonarch
Copy link
Member

stefonarch commented Mar 25, 2024

CI fails with

CMake Error at CMakeLists.txt:37 (find_package):
  By not providing "FindQt6DBus.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Qt6DBus", but
  CMake did not find one.

  Could not find a package configuration file provided by "Qt6DBus"
  (requested version 6.6.0) with any of the following names:

    Qt6DBusConfig.cmake
    qt6dbus-config.cmake

  Add the installation prefix of "Qt6DBus" to CMAKE_PREFIX_PATH or set
  "Qt6DBus_DIR" to a directory containing one of the above files.  If
  "Qt6DBus" provides a separate development package or SDK, be sure it has
  been installed.


-- Configuring incomplete, errors occurred!
Error: Process completed with exit code 1.

usr/lib/cmake/Qt6DBus/Qt6DBusConfig.cmake is owned by qt6-base 6.6.2-4

@tsujan
Copy link
Member Author

tsujan commented Mar 25, 2024

CI fails with....

Yes. I don't know when CI will succeeded, but it usually does after a while.

@tsujan tsujan merged commit daaadff into master Mar 26, 2024
0 of 2 checks passed
@tsujan tsujan deleted the qt6_locale branch March 26, 2024 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants