diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2014-06-01 09:58:54 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-06-01 09:58:54 +0200 |
commit | 27a5414804f7b8ab41101aad219ebef02d364bde (patch) | |
tree | c9535dfed260314855b3ba1fe2c75652fdf60a1a /package/qt5/qt5websockets/Config.in | |
parent | f6162290fb6800fecffb86eed42069aa0f813f87 (diff) | |
parent | fc90fa9417d8b99b5d1c77aaa9e4c9ac4c8c7c58 (diff) | |
download | buildroot-27a5414804f7b8ab41101aad219ebef02d364bde.tar.gz buildroot-27a5414804f7b8ab41101aad219ebef02d364bde.zip |
Merge branch 'next'
Conflicts:
package/gdb/Config.in.host
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/qt5/qt5websockets/Config.in')
-rw-r--r-- | package/qt5/qt5websockets/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/qt5/qt5websockets/Config.in b/package/qt5/qt5websockets/Config.in new file mode 100644 index 0000000000..be693c7c44 --- /dev/null +++ b/package/qt5/qt5websockets/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_QT5WEBSOCKETS + bool "qt5websockets" + select BR2_PACKAGE_QT5BASE + select BR2_PACKAGE_QT5BASE_NETWORK + help + Qt is a cross-platform application and UI framework for + developers using C++. + + This package corresponds to the qt5websockets module. + + http://qt-project.org |