qt5: add '.qmake.conf' to example recipes

Fixes #5179
This commit is contained in:
Christian Prochaska 2024-02-16 09:03:14 +01:00 committed by Christian Helmuth
parent 0ad6faeeaa
commit dcf5b5052a
6 changed files with 12 additions and 6 deletions

View File

@ -7,7 +7,8 @@ $(MIRROR_FROM_REP_DIR):
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/qt5) PORT_DIR := $(call port_dir,$(REP_DIR)/ports/qt5)
MIRROR_FROM_PORT_DIR := src/lib/qt5/qttools/examples/designer/calculatorform MIRROR_FROM_PORT_DIR := src/lib/qt5/qttools/examples/designer/calculatorform \
src/lib/qt5/qttools/.qmake.conf
content: $(MIRROR_FROM_PORT_DIR) content: $(MIRROR_FROM_PORT_DIR)

View File

@ -7,7 +7,8 @@ $(MIRROR_FROM_REP_DIR):
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/qt5) PORT_DIR := $(call port_dir,$(REP_DIR)/ports/qt5)
MIRROR_FROM_PORT_DIR := src/lib/qt5/qtbase/examples/gui/openglwindow MIRROR_FROM_PORT_DIR := src/lib/qt5/qtbase/examples/gui/openglwindow \
src/lib/qt5/qtbase/.qmake.conf
content: $(MIRROR_FROM_PORT_DIR) content: $(MIRROR_FROM_PORT_DIR)

View File

@ -7,7 +7,8 @@ $(MIRROR_FROM_REP_DIR):
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/qt5) PORT_DIR := $(call port_dir,$(REP_DIR)/ports/qt5)
MIRROR_FROM_PORT_DIR := src/lib/qt5/qtbase/examples/qtestlib/tutorial1 MIRROR_FROM_PORT_DIR := src/lib/qt5/qtbase/examples/qtestlib/tutorial1 \
src/lib/qt5/qtbase/.qmake.conf
content: $(MIRROR_FROM_PORT_DIR) content: $(MIRROR_FROM_PORT_DIR)

View File

@ -7,7 +7,8 @@ $(MIRROR_FROM_REP_DIR):
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/qt5) PORT_DIR := $(call port_dir,$(REP_DIR)/ports/qt5)
MIRROR_FROM_PORT_DIR := src/lib/qt5/qtbase/examples/widgets/widgets/tetrix MIRROR_FROM_PORT_DIR := src/lib/qt5/qtbase/examples/widgets/widgets/tetrix \
src/lib/qt5/qtbase/.qmake.conf
content: $(MIRROR_FROM_PORT_DIR) content: $(MIRROR_FROM_PORT_DIR)

View File

@ -7,7 +7,8 @@ $(MIRROR_FROM_REP_DIR):
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/qt5) PORT_DIR := $(call port_dir,$(REP_DIR)/ports/qt5)
MIRROR_FROM_PORT_DIR := src/lib/qt5/qtbase/examples/widgets/richtext/textedit MIRROR_FROM_PORT_DIR := src/lib/qt5/qtbase/examples/widgets/richtext/textedit \
src/lib/qt5/qtbase/.qmake.conf
content: $(MIRROR_FROM_PORT_DIR) content: $(MIRROR_FROM_PORT_DIR)

View File

@ -7,7 +7,8 @@ $(MIRROR_FROM_REP_DIR):
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/qt5) PORT_DIR := $(call port_dir,$(REP_DIR)/ports/qt5)
MIRROR_FROM_PORT_DIR := src/lib/qt5/qtvirtualkeyboard/examples/virtualkeyboard/basic MIRROR_FROM_PORT_DIR := src/lib/qt5/qtvirtualkeyboard/examples/virtualkeyboard/basic \
src/lib/qt5/qtvirtualkeyboard/.qmake.conf
content: $(MIRROR_FROM_PORT_DIR) content: $(MIRROR_FROM_PORT_DIR)