Config.in 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. config BR2_PACKAGE_QT5BASE
  2. bool "qt5base"
  3. select BR2_PACKAGE_ZLIB
  4. select BR2_PACKAGE_PCRE
  5. select BR2_PACKAGE_PCRE_16
  6. help
  7. Qt is a cross-platform application and UI framework for
  8. developers using C++.
  9. This package corresponds to the qt5base module, which
  10. contains the base Qt libraries: QtCore, QtNetwork, QtGui,
  11. QtWidgets, etc.
  12. http://qt-project.org
  13. if BR2_PACKAGE_QT5BASE
  14. config BR2_PACKAGE_QT5BASE_LICENSE_APPROVED
  15. bool "Approve free license"
  16. help
  17. Select this if you approve one of the available free licenses for the
  18. Qt5 library.
  19. By doing this you will not be asked while the library is compiled.
  20. Please read and understand the license terms before approving this.
  21. LGPL v2.1: http://qt-project.org/doc/qt-5.0/qtdoc/lgpl.html
  22. GPL v3.0: http://qt-project.org/doc/qt-5.0/qtdoc/gpl.html
  23. See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html
  24. config BR2_PACKAGE_QT5BASE_NETWORK
  25. bool "network module"
  26. help
  27. This options enables the Qt5Network library.
  28. config BR2_PACKAGE_QT5BASE_CONCURRENT
  29. bool "concurrent module"
  30. help
  31. This options enables the Qt5Concurrent library.
  32. config BR2_PACKAGE_QT5BASE_SQL
  33. bool "sql module"
  34. help
  35. This options enables the Qt5Sql library.
  36. if BR2_PACKAGE_QT5BASE_SQL
  37. config BR2_PACKAGE_QT5BASE_MYSQL
  38. bool "MySQL Plugin"
  39. select BR2_PACKAGE_MYSQL_CLIENT
  40. select BR2_PACKAGE_NCURSES
  41. select BR2_PACKAGE_READLINE
  42. depends on BR2_USE_MMU # mysql
  43. help
  44. Build MySQL plugin
  45. If unsure, say n.
  46. choice
  47. prompt "SQLite 3 support"
  48. default BR2_PACKAGE_QT5BASE_SQLITE_NONE
  49. help
  50. Select SQLite support.
  51. config BR2_PACKAGE_QT5BASE_SQLITE_NONE
  52. bool "No sqlite support"
  53. help
  54. Do not compile any kind of SQLite support.
  55. config BR2_PACKAGE_QT5BASE_SQLITE_QT
  56. bool "Qt SQLite"
  57. help
  58. Use Qt bundled SQLite support.
  59. config BR2_PACKAGE_QT5BASE_SQLITE_SYSTEM
  60. bool "System SQLite"
  61. select BR2_PACKAGE_SQLITE
  62. help
  63. Use system SQLite.
  64. endchoice
  65. endif
  66. config BR2_PACKAGE_QT5BASE_TEST
  67. bool "test module"
  68. help
  69. This options enables the Qt5Test library.
  70. config BR2_PACKAGE_QT5BASE_XML
  71. bool "XML module"
  72. help
  73. This options enables the Qt5Xml library.
  74. config BR2_PACKAGE_QT5BASE_GUI
  75. bool "gui module"
  76. # At least one graphic backend must be enabled, so enable
  77. # linuxfb if nothing is enabled.
  78. select BR2_PACKAGE_QT5BASE_LINUXFB if \
  79. !BR2_PACKAGE_QT5BASE_DIRECTFB && \
  80. !BR2_PACKAGE_QT5BASE_XCB && \
  81. !BR2_PACKAGE_QT5BASE_EGLFS
  82. help
  83. This option enables the Qt5Gui library.
  84. if BR2_PACKAGE_QT5BASE_GUI
  85. config BR2_PACKAGE_QT5BASE_WIDGETS
  86. bool "widgets module"
  87. help
  88. This option enables the Qt5Widgets library.
  89. config BR2_PACKAGE_QT5BASE_LINUXFB
  90. bool "linuxfb support"
  91. config BR2_PACKAGE_QT5BASE_DIRECTFB
  92. bool "directfb support"
  93. select BR2_PACKAGE_DIRECTFB
  94. config BR2_PACKAGE_QT5BASE_XCB
  95. bool "X.org XCB support"
  96. depends on BR2_PACKAGE_XORG7
  97. select BR2_PACKAGE_LIBX11
  98. select BR2_PACKAGE_LIBXCB
  99. select BR2_PACKAGE_XCB_UTIL_IMAGE
  100. select BR2_PACKAGE_XCB_UTIL_KEYSYMS
  101. select BR2_PACKAGE_XCB_UTIL_WM
  102. comment "X.org XCB backend available if X.org is enabled"
  103. depends on !BR2_PACKAGE_XORG7
  104. config BR2_PACKAGE_QT5BASE_EGLFS
  105. bool "eglfs support"
  106. depends on BR2_PACKAGE_HAS_OPENGL_EGL
  107. depends on BR2_PACKAGE_HAS_OPENGL_ES
  108. comment "eglfs backend available if OpenGLES and EGL are enabled"
  109. depends on !BR2_PACKAGE_HAS_OPENGL_EGL || !BR2_PACKAGE_HAS_OPENGL_ES
  110. config BR2_PACKAGE_QT5BASE_PRINTSUPPORT
  111. bool "print support module"
  112. select BR2_PACKAGE_QT5BASE_WIDGETS
  113. help
  114. This option enables the Qt5PrintSupport
  115. config BR2_PACKAGE_QT5BASE_FONTCONFIG
  116. bool "fontconfig support"
  117. select BR2_PACKAGE_FONTCONFIG
  118. help
  119. This option enables Fontconfig and Freetype support using
  120. the system fontconfig and freetype2 libraries.
  121. config BR2_PACKAGE_QT5BASE_GIF
  122. bool "GIF support"
  123. help
  124. This compiles and installs the plugin for GIF reading support.
  125. config BR2_PACKAGE_QT5BASE_JPEG
  126. bool "JPEG support"
  127. select BR2_PACKAGE_JPEG
  128. help
  129. This option enables JPEG support using the system libjpeg
  130. library.
  131. config BR2_PACKAGE_QT5BASE_PNG
  132. bool "PNG support"
  133. select BR2_PACKAGE_LIBPNG
  134. help
  135. This option enables PNG support using the system libpng
  136. library.
  137. endif
  138. config BR2_PACKAGE_QT5BASE_DBUS
  139. bool "DBus module"
  140. select BR2_PACKAGE_DBUS
  141. depends on BR2_TOOLCHAIN_HAS_THREADS
  142. depends on BR2_USE_MMU
  143. help
  144. This option enables the D-Bus module.
  145. config BR2_PACKAGE_QT5BASE_ICU
  146. bool "Enable ICU support"
  147. select BR2_PACKAGE_ICU
  148. help
  149. This option enables ICU support in Qt5. This is for example
  150. needed for Qt5Webkit.
  151. endif