diff options
author | Fatih Aşıcı <fatih.asici@gmail.com> | 2014-05-27 09:24:07 +0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-05-27 13:45:00 +0200 |
commit | ad75a7f58cd073a92e255bd8e02f5a7a08a4498e (patch) | |
tree | e4a1d19c1a9c18a45fb0e9a17f8b2678ee7bd5b6 /package/qt5/qt5websockets/Config.in | |
parent | 9204eca763c6b3a830fdb89117e56ff45b644a0f (diff) | |
download | buildroot-ad75a7f58cd073a92e255bd8e02f5a7a08a4498e.tar.gz buildroot-ad75a7f58cd073a92e255bd8e02f5a7a08a4498e.zip |
qt5websockets: new package
[Peter: only install *.so.* if !BR2_PREFER_STATIC_LIB]
Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com>
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 |