1 comment "qt5cinex needs an Open(E)GL-capable backend"
2 depends on BR2_PACKAGE_QT5
3 depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
4 depends on !BR2_PACKAGE_QT5_GL_AVAILABLE || !BR2_PACKAGE_HAS_LIBEGL
6 config BR2_PACKAGE_QT5CINEX
8 depends on BR2_PACKAGE_QT5
9 select BR2_PACKAGE_QT5BASE_NETWORK
10 select BR2_PACKAGE_QT5BASE_PNG
11 select BR2_PACKAGE_QT5BASE_WIDGETS
12 select BR2_PACKAGE_QT5BASE_EGLFS
13 select BR2_PACKAGE_QT5GRAPHICALEFFECTS
14 depends on BR2_PACKAGE_HAS_LIBEGL # qt5base-eglfs
15 depends on BR2_PACKAGE_QT5_GL_AVAILABLE
16 # No comment needed for this option, it's an architecture
18 depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
20 This application demonstrates the power of Qt5 and few of the new
21 additions available in QtQuick 2.0.
23 http://quitcoding.com/?page=work#cinex
25 if BR2_PACKAGE_QT5CINEX
27 config BR2_PACKAGE_QT5CINEX_HD
28 bool "High-definition version (aka RPi Edition)"
30 High definition version (1920x1080 resolution) of the
31 application, optimised for Raspberry PI cards. This version
32 can also be run on any platform supported by Qt5.