Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-101897

The 'movie' example should only build if 'QT_FEATURE_movie' is available

    XMLWordPrintable

Details

    • Linux/X11
    • 4b7225c662 (qt/qtbase/dev) 4b7225c662 (qt/tqtc-qtbase/dev) 874687902d (qt/qtbase/6.3) dc42a8e3b9 (qt/qtbase/6.2) dc42a8e3b9 (qt/tqtc-qtbase/6.2) 874687902d (qt/tqtc-qtbase/6.3) 874687902d (qt/tqtc-qtbase/6.3.0)

    Description

      I disabled 'movie' in the cmake build. This breaks the examples. The following change qtbase/examples/widgets/widgets/CMakeLists.txt seems to help:

       qt_internal_add_example(imageviewer)
       qt_internal_add_example(lineedits)
      -qt_internal_add_example(movie)
      +if(QT_FEATURE_movie)
      +    qt_internal_add_example(movie)
      +endif()
       qt_internal_add_example(mousebuttons)
       qt_internal_add_example(scribble)
      

      Attachments

        For Gerrit Dashboard: QTBUG-101897
        # Subject Branch Project Status CR V

        Activity

          People

            qtbuildsystem Qt Build System Team
            emmenlau Mario Emmenlauer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes