mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
parent
637c418c96
commit
6d6474ba0e
@ -44,7 +44,9 @@ LIBS += qt5_core jpeg zlib libpng gallium
|
||||
# install fonts
|
||||
#
|
||||
|
||||
ifneq ($(call select_from_ports,qt5),)
|
||||
all: $(BUILD_BASE_DIR)/bin/qt5_fs/qt/lib/fonts
|
||||
endif
|
||||
|
||||
$(BUILD_BASE_DIR)/bin/qt5_fs/qt/lib/fonts:
|
||||
$(VERBOSE)mkdir -p $@
|
||||
|
@ -18,7 +18,9 @@ CC_WARN =
|
||||
# that's why they can be quite long
|
||||
#
|
||||
|
||||
ifneq ($(call select_from_ports,qt5),)
|
||||
all: $(QT5_PORT_DIR)/src/lib/qt5/qtwebkit/Source/JavaScriptCore/generated/generated.tag
|
||||
endif
|
||||
|
||||
JAVASCRIPTCORE_DIR = $(QT5_CONTRIB_DIR)/qtwebkit/Source/JavaScriptCore
|
||||
|
||||
|
@ -26,7 +26,9 @@ $(QTQUICK_QMLDIR): $(QTQUICK_INSTALL_DIR)
|
||||
$(QTQUICK_PLUGIN): $(QTQUICK_INSTALL_DIR)
|
||||
$(VERBOSE)ln -sf $(BUILD_BASE_DIR)/bin/$(QTQUICK_PLUGIN_NAME) $(QTQUICK_INSTALL_DIR)/$(QTQUICK_PLUGIN_NAME)
|
||||
|
||||
ifneq ($(call select_from_ports,qt5),)
|
||||
all: $(QTQUICK_QMLDIR) $(QTQUICK_PLUGIN)
|
||||
endif
|
||||
|
||||
#
|
||||
# unfortunately, these clean rules don't trigger
|
||||
|
@ -6,7 +6,9 @@ SHARED_LIB = yes
|
||||
# Generated files
|
||||
#
|
||||
|
||||
ifneq ($(call select_from_ports,qt5),)
|
||||
all: $(QT5_PORT_DIR)/src/lib/qt5/qtjsbackend/generated/generated.tag
|
||||
endif
|
||||
|
||||
V8_DIR = $(QT5_CONTRIB_DIR)/qtjsbackend/src/v8/../3rdparty/v8
|
||||
|
||||
|
@ -23,7 +23,9 @@ QT_INCPATH := qtwebkit/Source/WebCore/dom
|
||||
# that's why they can be quite long
|
||||
#
|
||||
|
||||
ifneq ($(call select_from_ports,qt5),)
|
||||
all: $(QT5_PORT_DIR)/src/lib/qt5/qtwebkit/Source/WebCore/generated/generated.tag
|
||||
endif
|
||||
|
||||
# command names used by some of the extracted generator commands
|
||||
DEL_FILE := rm
|
||||
|
Loading…
Reference in New Issue
Block a user