mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
parent
15957a2d3d
commit
22f02396c0
@ -13,9 +13,13 @@ PROJECT_DIR_NAME = $(notdir $(abspath $(PRG_DIR)))
|
||||
|
||||
QMAKE_PROJECT_FILE ?= $(realpath $(PRG_DIR)/$(PROJECT_DIR_NAME).pro)
|
||||
|
||||
ifneq ($(call select_from_ports,qoost),)
|
||||
ifneq ($(call select_from_ports,qt5),)
|
||||
ifneq ($(strip $(QMAKE_PROJECT_FILE)),)
|
||||
include $(QMAKE_PROJECT_FILE)
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
# how to name the generated executable
|
||||
# (if not already defined in the qmake project file)
|
||||
|
Loading…
x
Reference in New Issue
Block a user