From 499d04ba2ff1c41209f30349c7e4ec1bc05fcb82 Mon Sep 17 00:00:00 2001 From: Christian Hohnstaedt Date: Fri, 6 Dec 2019 16:43:43 +0100 Subject: [PATCH] close #95: Copy mysql and psql windows dll files into portable app --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c45c7aa7..f41b56a9 100644 --- a/Makefile +++ b/Makefile @@ -159,9 +159,10 @@ xca-portable-$(VERSION): xca$(SUFFIX).signed do.doc do.lang do.misc "$(INSTALL_DIR)/bin/libltdl-7.dll" \ "$(INSTALL_DIR)/bin/libcrypto-1_1.dll" \ $(patsubst %,"$(QTDIR)/translations/qt_%.qm", de es pl pt ru fr sk) \ - "$(TOPDIR)"/COPYRIGHT $@ - cp "$(QTDIR)/plugins/sqldrivers/qsqlite.dll" $@/sqldrivers + "$(TOPDIR)"/COPYRIGHT "${BDIR}/sql/"*.dll $@ cp "$(QTDIR)/plugins/platforms/qwindows.dll" $@/platforms + cp $(patsubst %,"$(QTDIR)/plugins/sqldrivers/%.dll", qsqlite qsqlmysql qsqlpsql) $@/sqldrivers + xca-portable.zip: xca-portable-$(VERSION).zip xca-portable-$(VERSION).zip: xca-portable-$(VERSION)