Skip to content

Update qt5 5.10.1 to 5.12.4 incl support #1195

Merged
merged 15 commits into from
Aug 13, 2019

Commits on Aug 7, 2019

  1. qt5: Raise version to 5.12.4

    Version 5.13 is already available, but might cause
    initial troubles with accompanying tools/packages.
    thomas committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    746c8ff View commit details
    Browse the repository at this point in the history
  2. qt5: Cleanup 'preamble' part

    thomas committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    8bf7ae3 View commit details
    Browse the repository at this point in the history
  3. qt5: Note on how to build a slim toolkit

    This might be helpful if the unfortunate webkit history
    starts to repeat.
    thomas committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    72b3051 View commit details
    Browse the repository at this point in the history
  4. qt5: Do not build unused precomp. headers

    Since they aren't installed, there is no need to build
    them. (As a side effect the size of the build archive is
    halved :)
    thomas committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    2e97ada View commit details
    Browse the repository at this point in the history
  5. qtwebkit: Set new release and adjust URL

    The 'latest' part in the former download URL is way bogus,
    since it seems that the webkit version won't increase any
    more and only the timestamps relate to the current patchlevel.
    thomas committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    875d6bb View commit details
    Browse the repository at this point in the history
  6. qtwebkit: Quieten cmake warning about ld-gold

    Nerve ...
    thomas committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    1588e09 View commit details
    Browse the repository at this point in the history
  7. qtwebkit: Enable parallel build

    For some reason the bee magic doesn't work here, so
    call make by hand.
    thomas committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    7a58995 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4cd642d View commit details
    Browse the repository at this point in the history
  9. qwt: Use https for download

    thomas committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    ccb3933 View commit details
    Browse the repository at this point in the history
  10. qwt: Adjust exclusion of docs

    Note:
    
    QWT is nowadays an extension for QT5. The old libs
    'libqwt' and 'libqwtmathml' will be removed since they are
    unused in the system. IMHO packages (if any) still using
    the former qwt should be fixed inplace.
    thomas committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    1930f99 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6678aca View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6753538 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    84fa3d1 View commit details
    Browse the repository at this point in the history
  14. qtlinks: Increase revision

    Resulting changes summarized:
    
      +/usr/local/bin/qdistancefieldgenerator
      -/usr/local/bin/qhelpconverter
      +/usr/local/bin/qmlpreview
    
      +/usr/local/lib/pkgconfig/Qt5PositioningQuick.pc
      +/usr/local/lib/pkgconfig/Qt5QuickTemplates2.pc
      +/usr/local/lib/pkgconfig/Qt5VirtualKeyboard.pc
    
      -/usr/local/lib/libqwt.so
      -/usr/local/lib/libqwtmathml.so
      +/usr/local/lib/libQt5PositioningQuick.so
      +/usr/local/lib/libQt5QuickShapes.so
      +/usr/local/lib/libQt5VirtualKeyboard.so
      +/usr/local/lib/libqscintilla2_qt5.so
      +/usr/local/lib/libqwt.so
    thomas committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    4428689 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. qtlinks: Add Qt4 compat. link for qmake

    It looks like distros start installing old Qt4 stuff with
    fours attached.
    
    This one works like charme with cmake.
    
    Another note on cmake:
    Since the *.cmake files from Qt5 can't be moved into the
    cmake context it is usually helpful to define
    
      CMAKE_PREFIX_PATH=/usr/local/qt5/lib/cmake
    thomas committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    2ce5354 View commit details
    Browse the repository at this point in the history