summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Koenig <Joerg.Koenig@techsat.com>2019-06-06 05:26:55 (GMT)
committerJoerg Koenig <Joerg.Koenig@techsat.com>2019-06-06 05:26:55 (GMT)
commit874e131bf5e6afd03b44f197920213e51dd2f113 (patch)
treebc236b42517197f37e08f6f4e74fc85beda950bc
parentc8982676ceca1996d2181d436699622d2abc842e (diff)
downloadQt-874e131bf5e6afd03b44f197920213e51dd2f113.zip
Qt-874e131bf5e6afd03b44f197920213e51dd2f113.tar.gz
Qt-874e131bf5e6afd03b44f197920213e51dd2f113.tar.bz2
Fixed location of libwinpthread from gcc dirREL_5_12_3
To install all dependency libs/dlls Change-Id: I5fe4b802da56ac443e0df82b416fb3b029ec367a
-rw-r--r--Makefile.mingw642
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mingw64 b/Makefile.mingw64
index 7f53b57..3b6018f 100644
--- a/Makefile.mingw64
+++ b/Makefile.mingw64
@@ -90,7 +90,7 @@ qt.$(ARCH):
make install
mv -f $(QT_INST_PATH)/bin/openssl.exe \
$(QT_INST_PATH)/bin/qt-openssl.exe
- cp -f $(GCC_PATH)/x86_64-w64-mingw32/bin/libwinpthread-1.dll $(QT_INST_PATH)/bin/
+ cp -f $(GCC_PATH)/../x86_64-w64-mingw32/bin/libwinpthread-1.dll $(QT_INST_PATH)/bin/
cd $(QT_INST_PATH)/ && \
tar --force-local -zcf $(TOP)/$(PACKAGE_NAME).tgz ./
rm -Rf $(QT_INST_PATH)