You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Translations are not built with the current `CMakeLists.txt`.
Expected behavior
Translations are built and installed as before (qt5).
To Reproduce
Build the package.
Additional context
I've had to add the following CMakeLists.txt modifications to successfully build birdtray (as before for Qt5):
sed -i 's/Qt5LinguistTools/Qt6LinguistTools/g' CMakeLists.txt
sed -i 's/qt5_/qt6_/g' CMakeLists.txt
BTW, I've also modified src/birdtrayapp.cpp to get rid of the deprecation warning: sed -i 's/QLibraryInfo::location/QLibraryInfo::path/g' src/birdtrayapp.cpp
and haven't noticed any negative consequences by now (birdtray installed and running without complains).
The text was updated successfully, but these errors were encountered:
OS:
Rocky Linux 9.4
Linux Desktop Manager:
Mate Desktop 1.28
Birdtray version:
1.12.4 (latest git commit 28bb44b)
Thunderbird version:
128.3.0esr
Birdtray origin:
From source (custom build)
Qt version: NA
6.6.2
Description
Translations are not built with the current `CMakeLists.txt`.Expected behavior
Translations are built and installed as before (qt5).To Reproduce
Additional context
I've had to add the following
CMakeLists.txt
modifications to successfully build birdtray (as before for Qt5):BTW, I've also modified
src/birdtrayapp.cpp
to get rid of the deprecation warning:sed -i 's/QLibraryInfo::location/QLibraryInfo::path/g' src/birdtrayapp.cpp
and haven't noticed any negative consequences by now (birdtray installed and running without complains).
The text was updated successfully, but these errors were encountered: