2013-04-07 11:57:24 +02:00
|
|
|
config BR2_PACKAGE_QT5GRAPHICALEFFECTS
|
|
|
|
bool "qt5graphicaleffects"
|
2014-07-19 19:33:27 +02:00
|
|
|
depends on BR2_PACKAGE_QT5_GL_AVAILABLE
|
2013-12-30 10:34:15 +01:00
|
|
|
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
|
2017-04-22 19:18:03 +02:00
|
|
|
select BR2_PACKAGE_QT5DECLARATIVE
|
|
|
|
select BR2_PACKAGE_QT5DECLARATIVE_QUICK
|
2013-04-07 11:57:24 +02:00
|
|
|
help
|
|
|
|
Qt is a cross-platform application and UI framework for
|
|
|
|
developers using C++.
|
|
|
|
|
2017-02-08 11:26:35 +01:00
|
|
|
The Qt Graphical Effects module provides a set of QML types
|
|
|
|
for adding visually impressive and configurable effects to
|
|
|
|
user interfaces.
|
2013-04-07 11:57:24 +02:00
|
|
|
|
2017-02-08 11:26:35 +01:00
|
|
|
http://doc.qt.io/qt-5/qtgraphicaleffects-index.html
|
2013-04-07 11:57:24 +02:00
|
|
|
|
2014-07-19 19:33:27 +02:00
|
|
|
comment "qt5graphicaleffects needs an OpenGL-capable backend"
|
|
|
|
depends on !BR2_PACKAGE_QT5_GL_AVAILABLE
|
|
|
|
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
|