From fb286dc9bb09a5a847b99a49850e0df7bb4ed000 Mon Sep 17 00:00:00 2001 From: Joerg Koenig Date: Fri, 17 May 2019 13:57:00 +0200 Subject: Added qt.conf file Change-Id: I9ec2cba549b20e33b8daea77d0b52067c08a19f3 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 1c38b77..ffd7e6c 100644 --- a/Makefile +++ b/Makefile @@ -104,6 +104,7 @@ qt.x86-linux64.shared: -confirm-license && \ make -j$(JOBS) && \ make -j$(JOBS) install + cp -f $(TOP)/qt.conf $(LOCAL_INST_PATH)/qt-$(VERSION)-shared/bin/ cd $(LOCAL_INST_PATH)/qt-$(VERSION)-shared && \ tar -zcf $(TOP)/qt-$(VERSION)-shared-$(ARCH).tgz ./ @@ -143,6 +144,7 @@ qt.x86-linux64.static: -confirm-license && \ make -j$(JOBS) && \ make -j$(JOBS) install + cp -f $(TOP)/qt.conf $(LOCAL_INST_PATH)/qt-$(VERSION)-static/bin/ cd $(LOCAL_INST_PATH)/qt-$(VERSION)-static && \ tar -zcf $(TOP)/qt-$(VERSION)-static-$(ARCH).tgz ./ merge: -- cgit v0.12