|
@@ -1,7 +1,6 @@
|
|
config BR2_PACKAGE_QT5DECLARATIVE
|
|
config BR2_PACKAGE_QT5DECLARATIVE
|
|
bool "qt5declarative"
|
|
bool "qt5declarative"
|
|
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
|
|
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
|
|
- select BR2_PACKAGE_QT5BASE_GUI
|
|
|
|
help
|
|
help
|
|
Qt is a cross-platform application and UI framework for
|
|
Qt is a cross-platform application and UI framework for
|
|
developers using C++.
|
|
developers using C++.
|
|
@@ -16,6 +15,7 @@ if BR2_PACKAGE_QT5DECLARATIVE
|
|
|
|
|
|
config BR2_PACKAGE_QT5DECLARATIVE_QUICK
|
|
config BR2_PACKAGE_QT5DECLARATIVE_QUICK
|
|
bool "quick module"
|
|
bool "quick module"
|
|
|
|
+ select BR2_PACKAGE_QT5BASE_GUI
|
|
select BR2_PACKAGE_QT5BASE_OPENGL if BR2_PACKAGE_QT5_GL_AVAILABLE
|
|
select BR2_PACKAGE_QT5BASE_OPENGL if BR2_PACKAGE_QT5_GL_AVAILABLE
|
|
|
|
|
|
endif
|
|
endif
|