1 config BR2_PACKAGE_QT5_GL_AVAILABLE
3 depends on BR2_PACKAGE_HAS_LIBGL || BR2_PACKAGE_HAS_LIBGLES
6 config BR2_PACKAGE_QT5_JSCORE_AVAILABLE
8 # Javascript engine is only available on certain architectures
9 depends on BR2_arm || BR2_i386 || BR2_x86_64 || BR2_mipsel
10 # ARM needs BLX, so v5t+
11 depends on !BR2_ARM_CPU_ARMV4
14 comment "Qt5 needs a toolchain w/ wchar, NPTL, C++, dynamic library"
15 depends on !BR2_PACKAGE_QT
16 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS
18 menuconfig BR2_PACKAGE_QT5
20 depends on BR2_INSTALL_LIBSTDCPP
21 depends on BR2_USE_WCHAR
22 depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
23 depends on !BR2_STATIC_LIBS
24 depends on !BR2_PACKAGE_QT
25 select BR2_PACKAGE_QT5BASE
27 This option enables the Qt5 framework. Sub-options allow to
28 select which modules should be built.
37 config BR2_PACKAGE_QT5_VERSION_LATEST
39 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
40 depends on BR2_HOST_GCC_AT_LEAST_4_8 # C++11
41 depends on !BR2_ARM_CPU_ARMV4 # needs ARMv5+
42 # no built-in double-conversion support
43 depends on !BR2_arc && !BR2_nios2 && !BR2_xtensa
45 This option builds Qt 5.8, which is licensed under
48 comment "Latest Qt version needs host/toolchain w/ gcc >= 4.8"
49 depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || !BR2_HOST_GCC_AT_LEAST_4_8
50 depends on !BR2_ARM_CPU_ARMV4
51 depends on !BR2_arc && !BR2_nios2 && !BR2_xtensa
53 config BR2_PACKAGE_QT5_VERSION_5_6
56 This option builds Qt 5.6, which is licensed under
61 source "package/qt5/qt53d/Config.in"
62 source "package/qt5/qt5base/Config.in"
63 source "package/qt5/qt5canvas3d/Config.in"
64 source "package/qt5/qt5connectivity/Config.in"
65 source "package/qt5/qt5declarative/Config.in"
66 source "package/qt5/qt5enginio/Config.in"
67 source "package/qt5/qt5graphicaleffects/Config.in"
68 source "package/qt5/qt5imageformats/Config.in"
69 source "package/qt5/qt5location/Config.in"
70 source "package/qt5/qt5multimedia/Config.in"
71 source "package/qt5/qt5quickcontrols/Config.in"
72 source "package/qt5/qt5quickcontrols2/Config.in"
73 source "package/qt5/qt5script/Config.in"
74 source "package/qt5/qt5sensors/Config.in"
75 source "package/qt5/qt5serialbus/Config.in"
76 source "package/qt5/qt5serialport/Config.in"
77 source "package/qt5/qt5svg/Config.in"
78 source "package/qt5/qt5tools/Config.in"
79 source "package/qt5/qt5webchannel/Config.in"
80 source "package/qt5/qt5webkit/Config.in"
81 source "package/qt5/qt5websockets/Config.in"
82 source "package/qt5/qt5x11extras/Config.in"
83 source "package/qt5/qt5xmlpatterns/Config.in"