summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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: