This website requires JavaScript.
Explore
Help
Sign In
qiurui
/
qtdeclarative
mirror of
https://github.com/qt/qtdeclarative.git
Watch
1
Star
0
Fork
You've already forked qtdeclarative
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1b51dade3a
qtdeclarative
/
examples
/
quick
/
quickwidgets
/
CMakeLists.txt
3 lines
94 B
CMake
Raw
Normal View
History
Unescape
Escape
Switch examples to build as isolated sub-builds Task-number: QTBUG-90820 Change-Id: Id9157526898ba72cb64ee8256639b37357f7bacf Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
2021-02-15 05:34:46 +00:00
qt_internal_add_example
(
quickwidget
)
Make QQuickWidget QRhi-based When it comes to examples, quickwidget has the direct OpenGL usage removed because we want this example to be working with any graphics API. qquickviewcomparison, which features direct OpenGL usage within its Qt Quick scene, is renamed to a more descriptive name and is also getting a doc landing page. It continues to be requesting OpenGL (via QRhi) explicitly. Change-Id: Iae5b835441f3af229e9746e14dedbe9d1a62b2b9 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2021-11-08 15:16:16 +00:00
qt_internal_add_example
(
qquickwidgetversuswindow_opengl
)