|
@@ -455,10 +455,10 @@ $(STAGING_DIR)/usr/lib/libQtCore.la: $(QT_TARGET_DIR)/.compiled
|
|
|
|
|
|
qt-gui: $(STAGING_DIR)/usr/lib/libQtCore.la
|
|
|
mkdir -p $(TARGET_DIR)/usr/lib/fonts
|
|
|
- touch $(TARGET_DIR)/usr/lib/fonts/fontdir
|
|
|
- cp -dpf $(STAGING_DIR)/usr/lib/fonts/helvetica*.qpf $(TARGET_DIR)/usr/lib/fonts
|
|
|
- cp -dpf $(STAGING_DIR)/usr/lib/fonts/fixed*.qpf $(TARGET_DIR)/usr/lib/fonts
|
|
|
- cp -dpf $(STAGING_DIR)/usr/lib/fonts/micro*.qpf $(TARGET_DIR)/usr/lib/fonts
|
|
|
+ cp -dpf $(STAGING_DIR)/usr/lib/fonts/*.qpf $(TARGET_DIR)/usr/lib/fonts
|
|
|
+ifneq ($(BR2_PACKAGE_QT_NOFREETYPE),y)
|
|
|
+ cp -dpf $(STAGING_DIR)/usr/lib/fonts/*.ttf $(TARGET_DIR)/usr/lib/fonts
|
|
|
+endif
|
|
|
# Install image plugins if they are built
|
|
|
$(call QT_INSTALL_PLUGINS,imageformats)
|
|
|
ifeq ($(BR2_PACKAGE_QT_SHARED),y)
|