|
@@ -670,12 +670,14 @@ define QT_INSTALL_TARGET_POWERVR
|
|
endef
|
|
endef
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_QT_TRANSLATION_FILES),y)
|
|
define QT_INSTALL_TARGET_TRANSLATIONS
|
|
define QT_INSTALL_TARGET_TRANSLATIONS
|
|
if [ -d $(STAGING_DIR)/usr/share/qt/translations/ ] ; then \
|
|
if [ -d $(STAGING_DIR)/usr/share/qt/translations/ ] ; then \
|
|
mkdir -p $(TARGET_DIR)/usr/share/qt/translations ; \
|
|
mkdir -p $(TARGET_DIR)/usr/share/qt/translations ; \
|
|
cp -dpfr $(STAGING_DIR)/usr/share/qt/translations/* $(TARGET_DIR)/usr/share/qt/translations ; \
|
|
cp -dpfr $(STAGING_DIR)/usr/share/qt/translations/* $(TARGET_DIR)/usr/share/qt/translations ; \
|
|
fi
|
|
fi
|
|
endef
|
|
endef
|
|
|
|
+endif
|
|
|
|
|
|
define QT_INSTALL_TARGET_CMDS
|
|
define QT_INSTALL_TARGET_CMDS
|
|
$(QT_INSTALL_TARGET_LIBS)
|
|
$(QT_INSTALL_TARGET_LIBS)
|