|
@@ -10,6 +10,10 @@ QT53D_SOURCE = qt3d-opensource-src-$(QT5SVG_VERSION).tar.xz
|
|
|
QT53D_DEPENDENCIES = qt5base qt5declarative
|
|
|
QT53D_INSTALL_STAGING = YES
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_ASSIMP),y)
|
|
|
+QT53D_DEPENDENCIES += assimp
|
|
|
+endif
|
|
|
+
|
|
|
ifeq ($(BR2_PACKAGE_QT5BASE_LICENSE_APPROVED),y)
|
|
|
QT53D_LICENSE = GPLv2+ or LGPLv3
|
|
|
QT53D_LICENSE_FILES = LICENSE.GPL LICENSE.LGPLv3
|
|
@@ -34,6 +38,7 @@ endef
|
|
|
ifeq ($(BR2_STATIC_LIBS),)
|
|
|
define QT53D_INSTALL_TARGET_CMDS
|
|
|
cp -dpf $(STAGING_DIR)/usr/lib/libQt53D*.so.* $(TARGET_DIR)/usr/lib
|
|
|
+ cp -dpfr $(STAGING_DIR)/usr/lib/qt/plugins/sceneparsers $(TARGET_DIR)/usr/lib/qt/plugins
|
|
|
cp -dpfr $(STAGING_DIR)/usr/qml/Qt3D $(TARGET_DIR)/usr/qml
|
|
|
endef
|
|
|
endif
|