From f1be3a7ec0efbf5706aca09c5dee4c999fa3f828 Mon Sep 17 00:00:00 2001 From: Jakub Melka Date: Thu, 30 Jun 2022 18:58:01 +0200 Subject: [PATCH] Issue #19: Remove dependency on MS Visual Studio redistributable packages --- Pdf4Qt.pri | 2 +- Pdf4QtLib/Pdf4QtLib.pro | 10 ++++++++++ RELEASES.txt | 2 ++ WixInstaller/Product.wxs | 27 +++++++++++++++++++++++++++ 4 files changed, 40 insertions(+), 1 deletion(-) diff --git a/Pdf4Qt.pri b/Pdf4Qt.pri index f14c063..d58379a 100644 --- a/Pdf4Qt.pri +++ b/Pdf4Qt.pri @@ -33,5 +33,5 @@ win32 { CONFIG += unversioned_libname } -VERSION = 1.2.0 +VERSION = 1.2.1 DEFINES += PDF4QT_PROJECT_VERSION=$$VERSION diff --git a/Pdf4QtLib/Pdf4QtLib.pro b/Pdf4QtLib/Pdf4QtLib.pro index 9b5a397..cab50fe 100644 --- a/Pdf4QtLib/Pdf4QtLib.pro +++ b/Pdf4QtLib/Pdf4QtLib.pro @@ -326,3 +326,13 @@ qt_plugin_texttospeech.files = $$[QT_INSTALL_PLUGINS]/texttospeech/qtexttospeech qt_plugin_texttospeech.path = $$DESTDIR/install/texttospeech INSTALLS += qt_plugin_texttospeech +VC_REDIST_FILES = $$files($$(VCToolsRedistDir)/$$(VSCMD_ARG_TGT_ARCH)/Microsoft.VC143.CRT/*.dll) +vc_redist.files = $$VC_REDIST_FILES +vc_redist.path = $$DESTDIR/install +INSTALLS += vc_redist + +# Debug code for list of all variables and its values +#for(var, $$list($$enumerate_vars())) { +# value = $$eval($$var) +# message($$var = $$value) +#} diff --git a/RELEASES.txt b/RELEASES.txt index 2d998ec..7dbe8e5 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -1,6 +1,8 @@ CURRENT: +V: 1.2.1 30.6.2022 - Issue #17: Public key security handler + - Issue #19: Remove dependency on MS Visual Studio Redistributable Packages V: 1.2.0 5.6.2022 - Issue #10: Performance optimization diff --git a/WixInstaller/Product.wxs b/WixInstaller/Product.wxs index a39fa19..c116d5d 100644 --- a/WixInstaller/Product.wxs +++ b/WixInstaller/Product.wxs @@ -136,6 +136,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +