1comment "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 5 6config BR2_PACKAGE_QT5CINEX 7 bool "qt5cinex" 8 depends on BR2_PACKAGE_QT5 9 depends on BR2_PACKAGE_HAS_LIBEGL # qt5base-eglfs 10 depends on BR2_PACKAGE_QT5_GL_AVAILABLE 11 # No comment needed for this option, it's an architecture 12 # dependency. 13 depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE 14 select BR2_PACKAGE_QT5BASE_NETWORK 15 select BR2_PACKAGE_QT5BASE_PNG 16 select BR2_PACKAGE_QT5BASE_WIDGETS 17 select BR2_PACKAGE_QT5BASE_EGLFS 18 select BR2_PACKAGE_QT5GRAPHICALEFFECTS 19 help 20 This application demonstrates the power of Qt5 and few of 21 the new additions available in QtQuick 2.0. 22 23 http://quitcoding.com/?page=work#cinex 24 25if BR2_PACKAGE_QT5CINEX 26 27config BR2_PACKAGE_QT5CINEX_HD 28 bool "High-definition version (aka RPi Edition)" 29 help 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. 33 34endif 35