Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
6.2.4
-
None
-
-
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 |
401337,2 | CMake: Don't build the movie example if the feature is disabled | dev | qt/qtbase | Status: MERGED | +2 | 0 |
401413,2 | CMake: Don't build the movie example if the feature is disabled | 6.2 | qt/qtbase | Status: MERGED | +2 | 0 |
401414,2 | CMake: Don't build the movie example if the feature is disabled | 6.3 | qt/qtbase | Status: MERGED | +2 | 0 |