12 lines
423 B
Plaintext
12 lines
423 B
Plaintext
config BR2_PACKAGE_GRANTLEE
|
|
bool "grantlee"
|
|
depends on (BR2_PACKAGE_QT5_JSCORE_AVAILABLE && BR2_PACKAGE_QT5) || BR2_PACKAGE_QT6
|
|
select BR2_PACKAGE_QT5SCRIPT if BR2_PACKAGE_QT5
|
|
select BR2_PACKAGE_QT5BASE_GUI if BR2_PACKAGE_QT5
|
|
select BR2_PACKAGE_QT6BASE_GUI if BR2_PACKAGE_QT6
|
|
select BR2_PACKAGE_QT6DECLARATIVE if BR2_PACKAGE_QT6
|
|
help
|
|
Qt implementation of the Django template framework
|
|
|
|
http://www.grantlee.org
|