Skip to content

qt6: add version 6.9.1 #3266

Merged
merged 1 commit into from
Jul 16, 2025
Merged

qt6: add version 6.9.1 #3266

merged 1 commit into from
Jul 16, 2025

Conversation

thomas
Copy link
Collaborator

@thomas thomas commented Jul 1, 2025

Some packaged tools are needed to build the webengine part (aka chrome), namely node-js and python with html5lib.

Some packaged tools are needed to build the webengine part
(aka chrome), namely node-js and python with html5lib.
@thomas
Copy link
Collaborator Author

thomas commented Jul 4, 2025

Checked with wireshark-4.4.7 and stellarium-25.2. Stellarium shows the same well known issues as QT5 when it comes to remote OpenGL (sometimes a blank frame).
For own tests the following should be helpful:

  • Environment (apply in increasing order)
    • PATH=/usr/local/qt6/bin:$PATH
    • QTDIR=/usr/local/qt6
    • CMAKE_PREFIX_PATH=/usr/local/qt6/lib/cmake
  • Linking
    • e.g. CMAKE_EXE_LINKER_FLAGS='-Wl,-rpath,/usr/local/qt6/lib'
    • or patchelf --set-rpath /usr/local/qt6/lib foobar
    • and indeed export LD_LIBRARY_PATH=/usr/local/qt6/lib

Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant