22 lines
535 B
Plaintext
22 lines
535 B
Plaintext
config BR2_PACKAGE_CUTEKEYBOARD
|
|
bool "cutekeyboard"
|
|
depends on BR2_PACKAGE_QT5
|
|
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE # qt5declarative
|
|
select BR2_PACKAGE_QT5DECLARATIVE
|
|
select BR2_PACKAGE_QT5DECLARATIVE_QUICK
|
|
select BR2_PACKAGE_QT5QUICKCONTROLS2
|
|
help
|
|
CuteKeyboard is a Qt virtual keyboard plugin for
|
|
embedded applications.
|
|
|
|
https://amarula.github.io/cutekeyboard/
|
|
|
|
if BR2_PACKAGE_CUTEKEYBOARD
|
|
|
|
config BR2_PACKAGE_CUTEKEYBOARD_EXAMPLES
|
|
bool "cutekeyboard examples"
|
|
help
|
|
Compile also application example
|
|
|
|
endif
|