diff options
| author | Manfred Schlaegl <manfred.schlaegl@ginzinger.com> | 2018-04-11 14:40:37 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-16 17:47:34 +0200 |
| commit | 4f726cef4c5709cf4f894e436b4022989adc9e9f (patch) | |
| tree | 0627aac0cad8cbb5fc07a45cc1af8bc8176f971d /package/qt5/qt5websockets | |
| parent | 4fd448c9c1e3ed7ca0f09441bf8a854eb9130190 (diff) | |
| download | buildroot-4f726cef4c5709cf4f894e436b4022989adc9e9f.tar.gz buildroot-4f726cef4c5709cf4f894e436b4022989adc9e9f.zip | |
qt5: qt5websockets: install missing qml modules
QML modules for QtWebSockets are located in /usr/qml/QtWebSockets since
Qt 5.5.
/usr/qml/Qt/WebSockets still exists for compatibility reasons, but
it contains only a qmldir file which points to ../../QtWebSockets/.
see also: http://doc.qt.io/qt-5.6/qtwebsockets-qmlmodule.html
Signed-off-by: Manfred Schlaegl <manfred.schlaegl@ginzinger.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/qt5/qt5websockets')
| -rw-r--r-- | package/qt5/qt5websockets/qt5websockets.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/qt5/qt5websockets/qt5websockets.mk b/package/qt5/qt5websockets/qt5websockets.mk index 4d9df9257b..c67db198db 100644 --- a/package/qt5/qt5websockets/qt5websockets.mk +++ b/package/qt5/qt5websockets/qt5websockets.mk @@ -41,6 +41,7 @@ endef ifeq ($(BR2_PACKAGE_QT5DECLARATIVE_QUICK),y) define QT5WEBSOCKETS_INSTALL_TARGET_QMLS cp -dpfr $(STAGING_DIR)/usr/qml/Qt/WebSockets $(TARGET_DIR)/usr/qml/Qt/ + cp -dpfr $(STAGING_DIR)/usr/qml/QtWebSockets $(TARGET_DIR)/usr/qml/ endef endif |

