|
@@ -16,6 +16,17 @@ config BR2_PACKAGE_QT5BASE
|
|
|
|
|
|
if BR2_PACKAGE_QT5BASE
|
|
|
|
|
|
+config BR2_PACKAGE_QT5BASE_CUSTOM_CONF_OPTS
|
|
|
+ string "Custom configuration options"
|
|
|
+ help
|
|
|
+ Define custom qt5 configuration options which can be used to
|
|
|
+ enable or disable options not managed by buildroot. These
|
|
|
+ options are appended to the ones generated by buildroot and
|
|
|
+ passed to qt5base during configuration.
|
|
|
+
|
|
|
+ E.g. to remove the Windows Vista style option, add the option
|
|
|
+ -no-feature-style_windowsvista.
|
|
|
+
|
|
|
config BR2_PACKAGE_QT5BASE_LICENSE_APPROVED
|
|
|
bool "Approve free license"
|
|
|
help
|