mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
close #95: Copy mysql and psql windows dll files into portable app
This commit is contained in:
parent
585e5a75ab
commit
499d04ba2f
5
Makefile
5
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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user